diff options
Diffstat (limited to 'krec/krecglobal.h')
-rw-r--r-- | krec/krecglobal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/krec/krecglobal.h b/krec/krecglobal.h index 102dc3f8..698ab0a0 100644 --- a/krec/krecglobal.h +++ b/krec/krecglobal.h @@ -27,6 +27,7 @@ class KRecExportItem; class KRecGlobal : public TQObject { Q_OBJECT + TQ_OBJECT private: KRecGlobal( TQObject* =0, const char* =0 ); ~KRecGlobal(); @@ -45,7 +46,7 @@ public: /** * Returns a pointer to the mainwidget. * Usefull to display Messageboxes, etc correctly without beeing a - * TQWidget or knowing about a parent TQWidget. + * TQWidget or knowing about a tqparent TQWidget. */ TQWidget* mainWidget(); |