summaryrefslogtreecommitdiffstats
path: root/kiosktool/filetypeeditComponent.h
diff options
context:
space:
mode:
Diffstat (limited to 'kiosktool/filetypeeditComponent.h')
-rw-r--r--kiosktool/filetypeeditComponent.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/kiosktool/filetypeeditComponent.h b/kiosktool/filetypeeditComponent.h
index 1410dc5..e6024db 100644
--- a/kiosktool/filetypeeditComponent.h
+++ b/kiosktool/filetypeeditComponent.h
@@ -21,14 +21,15 @@
#include "component.h"
-#include <qstringlist.h>
-#include <qtimer.h>
+#include <tqstringlist.h>
+#include <tqtimer.h>
class FileTypeEditComponent: public Component
{
Q_OBJECT
+ TQ_OBJECT
public:
- FileTypeEditComponent( QObject *parent = 0);
+ FileTypeEditComponent( TQObject *parent = 0);
virtual ~FileTypeEditComponent();
virtual bool setupFinished();