From 89c017c3d5126cabd96acce26f538b37b48c085f 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/applications/tellico@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/tellico_kernel.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/tellico_kernel.h') diff --git a/src/tellico_kernel.h b/src/tellico_kernel.h index bafa022..3ed211b 100644 --- a/src/tellico_kernel.h +++ b/src/tellico_kernel.h @@ -45,10 +45,10 @@ public: /** * Initializes the singleton. Should just be called once, from Tellico::MainWindow */ - static void init(MainWindow* tqparent) { if(!s_self) s_self = new Kernel(tqparent); } + static void init(MainWindow* parent) { if(!s_self) s_self = new Kernel(parent); } /** - * Returns a pointer to the tqparent widget. This is mainly used for error dialogs and the like. + * Returns a pointer to the parent widget. This is mainly used for error dialogs and the like. * * @return The widget pointer */ @@ -130,7 +130,7 @@ private: static Kernel* s_self; // all constructors are private - Kernel(MainWindow* tqparent); + Kernel(MainWindow* parent); Kernel(const Kernel&); Kernel& operator=(const Kernel&); -- cgit v1.2.1