summaryrefslogtreecommitdiffstats
path: root/src/tellico_kernel.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
commit89c017c3d5126cabd96acce26f538b37b48c085f (patch)
tree115673043b52ffe2e5f8b01ebcd7b886e0a1318b /src/tellico_kernel.h
parent0254ebaa5e056092461fd585b6851d15faa43035 (diff)
downloadtellico-89c017c3d5126cabd96acce26f538b37b48c085f.tar.gz
tellico-89c017c3d5126cabd96acce26f538b37b48c085f.zip
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
Diffstat (limited to 'src/tellico_kernel.h')
-rw-r--r--src/tellico_kernel.h6
1 files changed, 3 insertions, 3 deletions
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&);