summaryrefslogtreecommitdiffstats
path: root/kiosktool/kioskgui.h
diff options
context:
space:
mode:
Diffstat (limited to 'kiosktool/kioskgui.h')
-rw-r--r--kiosktool/kioskgui.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/kiosktool/kioskgui.h b/kiosktool/kioskgui.h
index 2cb814d..86addfb 100644
--- a/kiosktool/kioskgui.h
+++ b/kiosktool/kioskgui.h
@@ -19,7 +19,7 @@
#ifndef _KIOSKGUI_H_
#define _KIOSKGUI_H_
-#include <qlistview.h>
+#include <tqlistview.h>
#include <kconfig.h>
#include <kmainwindow.h>
@@ -38,6 +38,7 @@ class KToggleAction;
class KioskGui : public KMainWindow
{
Q_OBJECT
+ TQ_OBJECT
public:
enum { PAGE_PROFILE_SELECTION = 1,
PAGE_COMPONENT_SELECTION = 2,
@@ -65,12 +66,12 @@ public slots:
void finishedPage(bool save=true);
void discardPage();
void nextPage();
- void slotDeleteProfile(QListViewItem *item=0);
+ void slotDeleteProfile(TQListViewItem *item=0);
void slotAddProfile();
void slotProfileProperties();
void slotProfileSetup();
void slotManageUsers();
- void slotProfileContextMenu(QListViewItem *item, const QPoint &p);
+ void slotProfileContextMenu(TQListViewItem *item, const TQPoint &p);
void slotConfig();
void uploadAllProfiles();
@@ -82,8 +83,8 @@ public slots:
protected:
void updateActions();
void updateBackground();
- void setWidgetBackground(QWidget *w);
- void setSubCaption(const QString &subCaption);
+ void setWidgetBackground(TQWidget *w);
+ void setSubCaption(const TQString &subCaption);
virtual bool queryClose();
@@ -99,8 +100,8 @@ protected:
KioskRun *m_run;
int m_activePage;
- QString m_profile;
- QString m_component;
+ TQString m_profile;
+ TQString m_component;
ComponentData * m_componentData;
KAction *m_uploadAction;
KToggleAction *m_backgroundAction;