From 7be55ffa061c026e35e2d6a0effe1161ddb0d41f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:53:50 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- knode/kngroupdialog.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'knode/kngroupdialog.h') diff --git a/knode/kngroupdialog.h b/knode/kngroupdialog.h index 306a36810..a2d747986 100644 --- a/knode/kngroupdialog.h +++ b/knode/kngroupdialog.h @@ -25,11 +25,11 @@ class KNGroupDialog : public KNGroupBrowser { Q_OBJECT public: - KNGroupDialog(QWidget *parent, KNNntpAccount *a); + KNGroupDialog(TQWidget *parent, KNNntpAccount *a); ~KNGroupDialog(); - void toSubscribe(QSortedList *l); - void toUnsubscribe(QStringList *l); + void toSubscribe(TQSortedList *l); + void toUnsubscribe(TQStringList *l); protected: enum arrowDirection { right, left }; @@ -37,12 +37,12 @@ class KNGroupDialog : public KNGroupBrowser { void updateItemState(CheckItem *it); void itemChangedState(CheckItem *it, bool s); void setButtonDirection(arrowButton b, arrowDirection d); - QPushButton *newListBtn; - QListView *subView, *unsubView; + TQPushButton *newListBtn; + TQListView *subView, *unsubView; arrowDirection dir1, dir2; protected slots: - void slotItemSelected(QListViewItem *it); + void slotItemSelected(TQListViewItem *it); /** deactivates the button when a root item is selected */ void slotSelectionChanged(); void slotArrowBtn1(); @@ -54,7 +54,7 @@ class KNGroupDialog : public KNGroupBrowser { signals: void fetchList(KNNntpAccount *a); - void checkNew(KNNntpAccount *a,QDate date); + void checkNew(KNNntpAccount *a,TQDate date); }; #endif -- cgit v1.2.1