summaryrefslogtreecommitdiffstats
path: root/kiosktool/panelComponent.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-10-15 09:34:36 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-10-15 09:34:36 +0000
commit586a5f786f9af3ddccdb6eba16fd529a5e88ed4c (patch)
treea889bda9cdb4e705ef7bf50ea2a0a8e53b33a3bc /kiosktool/panelComponent.h
parent281b2113b209bd51bd923ad8f289f4041ff03a0f (diff)
downloadkiosktool-586a5f786f9af3ddccdb6eba16fd529a5e88ed4c.tar.gz
kiosktool-586a5f786f9af3ddccdb6eba16fd529a5e88ed4c.zip
Raw TQt conversion of kiosktool
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kiosktool@1258970 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kiosktool/panelComponent.h')
-rw-r--r--kiosktool/panelComponent.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/kiosktool/panelComponent.h b/kiosktool/panelComponent.h
index 30a8871..90e79a8 100644
--- a/kiosktool/panelComponent.h
+++ b/kiosktool/panelComponent.h
@@ -21,14 +21,15 @@
#include "component.h"
-#include <qstringlist.h>
-#include <qtimer.h>
+#include <tqstringlist.h>
+#include <tqtimer.h>
class PanelComponent: public Component
{
Q_OBJECT
+ TQ_OBJECT
public:
- PanelComponent( QObject *parent = 0);
+ PanelComponent( TQObject *parent = 0);
virtual ~PanelComponent();
virtual bool setupFinished();