summaryrefslogtreecommitdiffstats
path: root/kuickshow/src/aboutwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'kuickshow/src/aboutwidget.h')
-rw-r--r--kuickshow/src/aboutwidget.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kuickshow/src/aboutwidget.h b/kuickshow/src/aboutwidget.h
index b9bc79d1..0f70ccaa 100644
--- a/kuickshow/src/aboutwidget.h
+++ b/kuickshow/src/aboutwidget.h
@@ -19,8 +19,8 @@
#ifndef ABOUTWIDGET_H
#define ABOUTWIDGET_H
-#include <qevent.h>
-#include <qvbox.h>
+#include <tqevent.h>
+#include <tqvbox.h>
class KURLWidget;
@@ -29,11 +29,11 @@ class AboutWidget : public QVBox
Q_OBJECT
public:
- AboutWidget(QWidget *parent = 0, const char *name = 0);
+ AboutWidget(TQWidget *parent = 0, const char *name = 0);
protected:
~AboutWidget();
- bool eventFilter( QObject*, QEvent * );
+ bool eventFilter( TQObject*, TQEvent * );
private:
KURLWidget *m_homepage;