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/pageWidget.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'kiosktool/pageWidget.h') diff --git a/kiosktool/pageWidget.h b/kiosktool/pageWidget.h index 4006fba..5921892 100644 --- a/kiosktool/pageWidget.h +++ b/kiosktool/pageWidget.h @@ -24,14 +24,14 @@ class ComponentAction; class ComponentData; -class ComponentActionItem : public QCheckListItem +class ComponentActionItem : public TQCheckListItem { public: - ComponentActionItem( QListView * parent, ComponentAction *action, int index); + ComponentActionItem( TQListView * parent, ComponentAction *action, int index); ComponentAction *action() const { return m_action; } - virtual int compare ( QListViewItem * i, int col, bool ascending ) const; + virtual int compare ( TQListViewItem * i, int col, bool ascending ) const; private: ComponentAction *m_action; @@ -41,10 +41,10 @@ private: class PageWidget { public: - PageWidget(QWidget *me); + PageWidget(TQWidget *me); virtual ~PageWidget(); - QWidget *widget() const { return m_widget; } + TQWidget *widget() const { return m_widget; } void fillActionList(KListView *listView, ComponentData *componentData); bool saveActionListChanges(KListView *listView); @@ -54,14 +54,14 @@ public: virtual void setFocus() = 0; - virtual QString subCaption() = 0; + virtual TQString subCaption() = 0; protected: void saveActionListItem(ComponentAction *action, bool b); private: - QWidget *m_widget; + TQWidget *m_widget; }; #endif -- cgit v1.2.3