summaryrefslogtreecommitdiffstats
path: root/kiosktool/componentSelectionPage.h
diff options
context:
space:
mode:
Diffstat (limited to 'kiosktool/componentSelectionPage.h')
-rw-r--r--kiosktool/componentSelectionPage.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/kiosktool/componentSelectionPage.h b/kiosktool/componentSelectionPage.h
index 7472d1e..cd02c83 100644
--- a/kiosktool/componentSelectionPage.h
+++ b/kiosktool/componentSelectionPage.h
@@ -27,8 +27,9 @@ class KioskData;
class ComponentSelectionPage : public ComponentSelectionPageUI, public PageWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
- ComponentSelectionPage( KioskData *data, QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
+ ComponentSelectionPage( KioskData *data, TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
~ComponentSelectionPage();
virtual void load();
@@ -36,10 +37,10 @@ public:
virtual void setFocus();
- virtual QString subCaption();
+ virtual TQString subCaption();
- void setCurrentComponent(const QString &);
- QString currentComponent();
+ void setCurrentComponent(const TQString &);
+ TQString currentComponent();
signals:
void componentActivated();
@@ -49,7 +50,7 @@ protected:
bool hasSelection();
protected slots:
- void slotComponentActivated(QIconViewItem *item);
+ void slotComponentActivated(TQIconViewItem *item);
void slotComponentActivated();
private: