From 586a5f786f9af3ddccdb6eba16fd529a5e88ed4c Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 15 Oct 2011 09:34:36 +0000 Subject: Raw TQt conversion of kiosktool git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kiosktool@1258970 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kiosktool/component.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'kiosktool/component.h') 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 +#include -class Component : public QObject +class Component : public TQObject { Q_OBJECT + TQ_OBJECT public: - Component( QObject *parent); + Component( TQObject *parent); virtual ~Component(); virtual bool setupFinished(); -- cgit v1.2.3