diff options
Diffstat (limited to 'kate/modeline/ModelinePlugin.cpp')
-rw-r--r-- | kate/modeline/ModelinePlugin.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kate/modeline/ModelinePlugin.cpp b/kate/modeline/ModelinePlugin.cpp index 3cf73c4..9184f6a 100644 --- a/kate/modeline/ModelinePlugin.cpp +++ b/kate/modeline/ModelinePlugin.cpp @@ -41,8 +41,8 @@ class PluginView : public KXMLGUIClient K_EXPORT_COMPONENT_FACTORY( katemodelineplugin, KGenericFactory<ModelinePlugin>( "katemodeline" ) ) -ModelinePlugin::ModelinePlugin( TQObject* tqparent, const char* name, const TQStringList &args ) - : Kate::Plugin ( (Kate::Application *) tqparent, name ) +ModelinePlugin::ModelinePlugin( TQObject* parent, const char* name, const TQStringList &args ) + : Kate::Plugin ( (Kate::Application *) parent, name ) { } |