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 --- kaddressbook/xxportselectdialog.h | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'kaddressbook/xxportselectdialog.h') diff --git a/kaddressbook/xxportselectdialog.h b/kaddressbook/xxportselectdialog.h index e785ec318..535ad4743 100644 --- a/kaddressbook/xxportselectdialog.h +++ b/kaddressbook/xxportselectdialog.h @@ -47,29 +47,29 @@ class XXPortSelectDialog : public KDialogBase Q_OBJECT public: - XXPortSelectDialog( KAB::Core *core, bool sort, QWidget* parent, + XXPortSelectDialog( KAB::Core *core, bool sort, TQWidget* parent, const char* name = 0 ); KABC::AddresseeList contacts(); private slots: void filterChanged( int ); - void categoryClicked( QListViewItem * i ); + void categoryClicked( TQListViewItem * i ); protected slots: void slotHelp(); private: void initGUI(); - QStringList categories() const; - - QButtonGroup* mButtonGroup; - QRadioButton* mUseCategories; - QRadioButton* mUseFilters; - QRadioButton* mUseWholeBook; - QRadioButton* mUseSelection; - QComboBox* mFiltersCombo; - QListView* mCategoriesView; + TQStringList categories() const; + + TQButtonGroup* mButtonGroup; + TQRadioButton* mUseCategories; + TQRadioButton* mUseFilters; + TQRadioButton* mUseWholeBook; + TQRadioButton* mUseSelection; + TQComboBox* mFiltersCombo; + TQListView* mCategoriesView; KComboBox *mFieldCombo; KComboBox *mSortTypeCombo; -- cgit v1.2.1