diff options
Diffstat (limited to 'src/profileengine/editor/profileeditor.h')
-rw-r--r-- | src/profileengine/editor/profileeditor.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/profileengine/editor/profileeditor.h b/src/profileengine/editor/profileeditor.h index 182195f4..aae785b1 100644 --- a/src/profileengine/editor/profileeditor.h +++ b/src/profileengine/editor/profileeditor.h @@ -29,8 +29,9 @@ class KListViewItem; class ProfileEditor : public ProfileEditorBase { Q_OBJECT + TQ_OBJECT public: - ProfileEditor(TQWidget *parent = 0, const char *name = 0); + ProfileEditor(TQWidget *tqparent = 0, const char *name = 0); public slots: virtual void removeProperty(); |