summaryrefslogtreecommitdiffstats
path: root/kate/modeline/ModelinePlugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kate/modeline/ModelinePlugin.cpp')
-rw-r--r--kate/modeline/ModelinePlugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/modeline/ModelinePlugin.cpp b/kate/modeline/ModelinePlugin.cpp
index b077ccf..0be6fce 100644
--- a/kate/modeline/ModelinePlugin.cpp
+++ b/kate/modeline/ModelinePlugin.cpp
@@ -56,7 +56,7 @@ void ModelinePlugin::addView(Kate::MainWindow *win)
PluginView *view = new PluginView ();
new TDEAction( i18n("Apply Modeline"), 0,
- this, TQT_SLOT(applyModeline()),
+ this, TQ_SLOT(applyModeline()),
view->actionCollection(), "edit_apply_modeline" );
view->setInstance (new TDEInstance("kate"));