diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
commit | 9abdf0551e3660f55791ce3720d5f7035c06aa19 (patch) | |
tree | 30466a53042f3fd9ff5d3e4db0dc1120d0d8648b /conduits/malconduit | |
parent | 539a35866f0bac8f00e493654d4a8ec6863726e2 (diff) | |
download | kpilot-9abdf0551e3660f55791ce3720d5f7035c06aa19.tar.gz kpilot-9abdf0551e3660f55791ce3720d5f7035c06aa19.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kpilot@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'conduits/malconduit')
-rw-r--r-- | conduits/malconduit/mal-factory.cc | 4 | ||||
-rw-r--r-- | conduits/malconduit/mal-factory.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/conduits/malconduit/mal-factory.cc b/conduits/malconduit/mal-factory.cc index 3206822..3e363d2 100644 --- a/conduits/malconduit/mal-factory.cc +++ b/conduits/malconduit/mal-factory.cc @@ -115,7 +115,7 @@ MALConduitFactory::~MALConduitFactory() else { WARNINGKPILOT - << "Couldn't cast tqparent to widget." + << "Couldn't cast parent to widget." << endl; return 0L; } @@ -132,7 +132,7 @@ MALConduitFactory::~MALConduitFactory() else { WARNINGKPILOT - << "Couldn't cast tqparent to KPilotLink" + << "Couldn't cast parent to KPilotLink" << endl; return 0L; } diff --git a/conduits/malconduit/mal-factory.h b/conduits/malconduit/mal-factory.h index 7db6bb6..8c95acf 100644 --- a/conduits/malconduit/mal-factory.h +++ b/conduits/malconduit/mal-factory.h @@ -49,7 +49,7 @@ public: static KAboutData *about() { return fAbout; } ; protected: - virtual TQObject* createObject( TQObject* tqparent = 0, + virtual TQObject* createObject( TQObject* parent = 0, const char* name = 0, const char* classname = TQOBJECT_OBJECT_NAME_STRING, const TQStringList &args = TQStringList() ); |