summaryrefslogtreecommitdiffstats
path: root/kommander/editor/previewframe.h
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/editor/previewframe.h')
-rw-r--r--kommander/editor/previewframe.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kommander/editor/previewframe.h b/kommander/editor/previewframe.h
index fa87a90b..eda444f5 100644
--- a/kommander/editor/previewframe.h
+++ b/kommander/editor/previewframe.h
@@ -29,7 +29,7 @@
class PreviewWorkspace : public TQWorkspace
{
Q_OBJECT
- TQ_OBJECT
+
public:
PreviewWorkspace( TQWidget* parent = 0, const char* name = 0 )
: TQWorkspace( parent, name ) {}
@@ -42,7 +42,7 @@ protected:
class PreviewFrame : public TQVBox
{
Q_OBJECT
- TQ_OBJECT
+
public:
PreviewFrame( TQWidget *parent = 0, const char *name = 0 );