summaryrefslogtreecommitdiffstats
path: root/kiosktool/componentPage.h
diff options
context:
space:
mode:
Diffstat (limited to 'kiosktool/componentPage.h')
-rw-r--r--kiosktool/componentPage.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/kiosktool/componentPage.h b/kiosktool/componentPage.h
index d5d392c..33452cd 100644
--- a/kiosktool/componentPage.h
+++ b/kiosktool/componentPage.h
@@ -29,8 +29,9 @@ class ComponentData;
class ComponentPage : public ComponentPageUI, public PageWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
- ComponentPage( ComponentData *data, Component *component, QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
+ ComponentPage( ComponentData *data, Component *component, TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
~ComponentPage();
virtual void load();
@@ -38,7 +39,7 @@ public:
virtual void setFocus();
- virtual QString subCaption();
+ virtual TQString subCaption();
public slots:
void slotSetup();
@@ -48,9 +49,9 @@ protected slots:
void slotShowNotice();
void slotSetupDone();
void slotPreviewDone();
- void slotShowAction(QListViewItem *item);
- void slotSetupAppRegistered( const QCString &appid);
- void slotPreviewAppRegistered( const QCString &appid);
+ void slotShowAction(TQListViewItem *item);
+ void slotSetupAppRegistered( const TQCString &appid);
+ void slotPreviewAppRegistered( const TQCString &appid);
protected:
void prepareMutableFiles();