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 | 2c89c8119851d36886d21289ec3a3c7a1c071017 (patch) | |
tree | 1d9bad553f8c68593b8086895f410cb37bcb2a2f /src/kima.h | |
parent | 497ab12472bb04a18ec409bbe643334329559864 (diff) | |
download | kima-2c89c8119851d36886d21289ec3a3c7a1c071017.tar.gz kima-2c89c8119851d36886d21289ec3a3c7a1c071017.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kima@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/kima.h')
-rw-r--r-- | src/kima.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ public: * @param configFile The configFile handed over in the factory function. * @param Type The applet @ref type(). * @param actions Standard RMB menu actions supported by the applet (see @ref action() ). - * @param tqparent The pointer to the tqparent widget handed over in the factory function. + * @param parent The pointer to the parent widget handed over in the factory function. * @param name A TQt object name for your applet. **/ Kima(const TQString& inConfigFile, Type inType = Normal, int inActions = 0, |