From 90363652674deb94cd07057428b24fcb1735dbce Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 22:19:39 +0000 Subject: rename the following methods: tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kate/modeline/ModelinePlugin.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kate/modeline/ModelinePlugin.cpp') 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( "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 ) { } -- cgit v1.2.1