summaryrefslogtreecommitdiffstats
path: root/kmail/mailinglistpropertiesdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/mailinglistpropertiesdialog.h')
-rw-r--r--kmail/mailinglistpropertiesdialog.h12
1 files changed, 6 insertions, 6 deletions
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