diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:53:50 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:53:50 +0000 |
commit | 7be55ffa061c026e35e2d6a0effe1161ddb0d41f (patch) | |
tree | 8474f9b444b2756228600050f07a7ff25de532b2 /knode/kngroupdialog.h | |
parent | f587f20a6d09f1729dd0a8c1cd8ee0110aec7451 (diff) | |
download | tdepim-7be55ffa061c026e35e2d6a0effe1161ddb0d41f.tar.gz tdepim-7be55ffa061c026e35e2d6a0effe1161ddb0d41f.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'knode/kngroupdialog.h')
-rw-r--r-- | knode/kngroupdialog.h | 14 |
1 files changed, 7 insertions, 7 deletions
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<KNGroupInfo> *l); - void toUnsubscribe(QStringList *l); + void toSubscribe(TQSortedList<KNGroupInfo> *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 |