diff options
Diffstat (limited to 'tools/qtconfig/previewframe.h')
-rw-r--r-- | tools/qtconfig/previewframe.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/qtconfig/previewframe.h b/tools/qtconfig/previewframe.h index d0ec6eb32..8aead5a34 100644 --- a/tools/qtconfig/previewframe.h +++ b/tools/qtconfig/previewframe.h @@ -41,7 +41,7 @@ class Workspace : public TQWorkspace { - Q_OBJECT + TQ_OBJECT public: Workspace( TQWidget* parent = 0, const char* name = 0 ) @@ -54,7 +54,7 @@ protected: class PreviewFrame : public TQVBox { - Q_OBJECT + TQ_OBJECT public: PreviewFrame( TQWidget *parent = 0, const char *name = 0 ); |