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 --- kmail/mailinglistpropertiesdialog.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'kmail/mailinglistpropertiesdialog.h') diff --git a/kmail/mailinglistpropertiesdialog.h b/kmail/mailinglistpropertiesdialog.h index 5996d607..71c049e1 100644 --- a/kmail/mailinglistpropertiesdialog.h +++ b/kmail/mailinglistpropertiesdialog.h @@ -46,7 +46,7 @@ class MailingListFolderPropertiesDialog : public KDialogBase { Q_OBJECT public: - MailingListFolderPropertiesDialog( QWidget *parent, KMFolder *folder ); + MailingListFolderPropertiesDialog( TQWidget *parent, KMFolder *folder ); ~MailingListFolderPropertiesDialog() {}; protected: void load(); @@ -71,13 +71,13 @@ private: void fillEditBox(); bool mMLInfoChanged; - QCheckBox *mHoldsMailingList; - QComboBox *mMLHandlerCombo; - QPushButton *mDetectButton; - QComboBox *mAddressCombo; + TQCheckBox *mHoldsMailingList; + TQComboBox *mMLHandlerCombo; + TQPushButton *mDetectButton; + TQComboBox *mAddressCombo; int mLastItem; KEditListBox *mEditList; - QLabel *mMLId; + TQLabel *mMLId; MailingList mMailingList; }; // End of class MailingListFolderProperties -- cgit v1.2.3