diff options
Diffstat (limited to 'kbugbuster/gui/preferencesdialog.h')
-rw-r--r-- | kbugbuster/gui/preferencesdialog.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/kbugbuster/gui/preferencesdialog.h b/kbugbuster/gui/preferencesdialog.h index 29c72eaf..9dd0dc05 100644 --- a/kbugbuster/gui/preferencesdialog.h +++ b/kbugbuster/gui/preferencesdialog.h @@ -14,11 +14,11 @@ class PreferencesDialog : public KDialogBase { Q_OBJECT public: - PreferencesDialog( QWidget* parent = 0, const char* name = 0 ); + PreferencesDialog( TQWidget* parent = 0, const char* name = 0 ); ~PreferencesDialog(); - void createServerItem( ServerListView *listView, const QString &name, - const QString &url, const QString &version ); + void createServerItem( ServerListView *listView, const TQString &name, + const TQString &url, const TQString &version ); public: void readConfig(); @@ -45,15 +45,15 @@ class PreferencesDialog : public KDialogBase private: - QCheckBox *mShowClosedCheckBox; - QCheckBox *mShowWishesCheckBox; - QCheckBox *mShowVotedCheckBox; - QCheckBox *mSendBccCheckBox; + TQCheckBox *mShowClosedCheckBox; + TQCheckBox *mShowWishesCheckBox; + TQCheckBox *mShowVotedCheckBox; + TQCheckBox *mSendBccCheckBox; KIntNumInput *mMinVotesInput; - QRadioButton *mKMailButton; - QRadioButton *mDirectButton; - QRadioButton *mSendmailButton; - QListView *mServerList; + TQRadioButton *mKMailButton; + TQRadioButton *mDirectButton; + TQRadioButton *mSendmailButton; + TQListView *mServerList; }; class ServerListView; @@ -66,7 +66,7 @@ public: SelectServerDlg(PreferencesDialog *parent, const char */*name*/ ); ServerItem *serverSelected(); protected slots: - void slotDoubleClicked( QListViewItem *); + void slotDoubleClicked( TQListViewItem *); protected: ServerListView *list; |