summaryrefslogtreecommitdiffstats
path: root/kommander/editor/previewwidgetimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/editor/previewwidgetimpl.h')
-rw-r--r--kommander/editor/previewwidgetimpl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kommander/editor/previewwidgetimpl.h b/kommander/editor/previewwidgetimpl.h
index 142a7758..37080916 100644
--- a/kommander/editor/previewwidgetimpl.h
+++ b/kommander/editor/previewwidgetimpl.h
@@ -28,10 +28,10 @@ class PreviewWidget : public PreviewWidgetBase
Q_OBJECT
public:
- PreviewWidget( QWidget *parent = 0, const char *name = 0 );
+ PreviewWidget( TQWidget *parent = 0, const char *name = 0 );
- void closeEvent(QCloseEvent *);
- bool eventFilter(QObject *, QEvent *);
+ void closeEvent(TQCloseEvent *);
+ bool eventFilter(TQObject *, TQEvent *);
};
#endif