summaryrefslogtreecommitdiffstats
path: root/tools/qtconfig/previewframe.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qtconfig/previewframe.h')
-rw-r--r--tools/qtconfig/previewframe.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/qtconfig/previewframe.h b/tools/qtconfig/previewframe.h
index d0ec6eb3..8aead5a3 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 );