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.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kuickshow/src/mainwidget.h b/kuickshow/src/mainwidget.h
index 36285dd8..bb633ba8 100644
--- a/kuickshow/src/mainwidget.h
+++ b/kuickshow/src/mainwidget.h
@@ -19,9 +19,9 @@
#ifndef MAINWIDGET_H
#define MAINWIDGET_H
-#include <qevent.h>
-#include <qstring.h>
-#include <qwidget.h>
+#include <tqevent.h>
+#include <tqstring.h>
+#include <tqwidget.h>
class FileView;
@@ -30,13 +30,13 @@ class MainWidget : public QWidget
Q_OBJECT
public:
- MainWidget( QString, QWidget *parent, const char *name=0L);
+ MainWidget( TQString, TQWidget *parent, const char *name=0L);
~MainWidget();
FileView* getFileBox() { return box; }
protected:
- virtual void resizeEvent( QResizeEvent * );
+ virtual void resizeEvent( TQResizeEvent * );
private:
FileView *box;