diff options
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, |