summaryrefslogtreecommitdiffstats
path: root/kuickshow/src/mainwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'kuickshow/src/mainwidget.h')
-rw-r--r--kuickshow/src/mainwidget.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kuickshow/src/mainwidget.h b/kuickshow/src/mainwidget.h
index bb633ba8..875fbcec 100644
--- a/kuickshow/src/mainwidget.h
+++ b/kuickshow/src/mainwidget.h
@@ -25,12 +25,13 @@
class FileView;
-class MainWidget : public QWidget
+class MainWidget : public TQWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
- MainWidget( TQString, TQWidget *parent, const char *name=0L);
+ MainWidget( TQString, TQWidget *tqparent, const char *name=0L);
~MainWidget();
FileView* getFileBox() { return box; }