summaryrefslogtreecommitdiffstats
path: root/kuickshow/src/kuickconfigdlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'kuickshow/src/kuickconfigdlg.h')
-rw-r--r--kuickshow/src/kuickconfigdlg.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kuickshow/src/kuickconfigdlg.h b/kuickshow/src/kuickconfigdlg.h
index 884d91d..9d7657b 100644
--- a/kuickshow/src/kuickconfigdlg.h
+++ b/kuickshow/src/kuickconfigdlg.h
@@ -19,7 +19,7 @@
#ifndef KUICKCONFIGDLG_H
#define KUICKCONFIGDLG_H
-#include <qevent.h>
+#include <tqevent.h>
#include <kkeydialog.h>
@@ -33,9 +33,10 @@ class ImageWindow;
class KuickConfigDialog : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- KuickConfigDialog( KActionCollection *coll, QWidget *parent=0,
+ KuickConfigDialog( KActionCollection *coll, TQWidget *tqparent=0,
const char *name=0, bool modal=true);
~KuickConfigDialog();