summaryrefslogtreecommitdiffstats
path: root/kiosktool/component.h
diff options
context:
space:
mode:
Diffstat (limited to 'kiosktool/component.h')
-rw-r--r--kiosktool/component.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/kiosktool/component.h b/kiosktool/component.h
index a9c4cd2..0966989 100644
--- a/kiosktool/component.h
+++ b/kiosktool/component.h
@@ -19,13 +19,14 @@
#ifndef _COMPONENT_H_
#define _COMPONENT_H_
-#include <qobject.h>
+#include <tqobject.h>
-class Component : public QObject
+class Component : public TQObject
{
Q_OBJECT
+ TQ_OBJECT
public:
- Component( QObject *parent);
+ Component( TQObject *parent);
virtual ~Component();
virtual bool setupFinished();