summaryrefslogtreecommitdiffstats
path: root/kview/modules/template/kviewtemplate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kview/modules/template/kviewtemplate.cpp')
-rw-r--r--kview/modules/template/kviewtemplate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kview/modules/template/kviewtemplate.cpp b/kview/modules/template/kviewtemplate.cpp
index 023788c7..3a22d9df 100644
--- a/kview/modules/template/kviewtemplate.cpp
+++ b/kview/modules/template/kviewtemplate.cpp
@@ -24,7 +24,7 @@ KViewTemplate::KViewTemplate( TQObject* parent, const char* name, const TQString
if( m_pViewer )
{
(void) new TDEAction( /*i18n(*/ "&Do Something" /*)*/, 0, 0,
- this, TQT_SLOT( yourSlot() ),
+ this, TQ_SLOT( yourSlot() ),
actionCollection(), "plugin_template" );
}
else