summaryrefslogtreecommitdiffstats
path: root/kmail/expirypropertiesdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/expirypropertiesdialog.h')
-rw-r--r--kmail/expirypropertiesdialog.h36
1 files changed, 18 insertions, 18 deletions
diff --git a/kmail/expirypropertiesdialog.h b/kmail/expirypropertiesdialog.h
index 9ac32500..d23bab2a 100644
--- a/kmail/expirypropertiesdialog.h
+++ b/kmail/expirypropertiesdialog.h
@@ -10,7 +10,7 @@
#ifndef EXPIRYPROPERTIESDIALOG_H
#define EXPIRYPROPERTIESDIALOG_H
-#include <qvariant.h>
+#include <tqvariant.h>
#include <kdialogbase.h>
class QVBoxLayout;
@@ -38,30 +38,30 @@ public:
ExpiryPropertiesDialog( KMFolderTree* tree, KMFolder* folder );
~ExpiryPropertiesDialog();
- QCheckBox* expireReadMailCB;
- QSpinBox* expireReadMailSB;
- QLabel* labelDays;
- QCheckBox* expireUnreadMailCB;
- QSpinBox* expireUnreadMailSB;
- QLabel* labelDays2;
- QLabel* expiryActionLabel;
- QRadioButton* moveToRB;
+ TQCheckBox* expireReadMailCB;
+ TQSpinBox* expireReadMailSB;
+ TQLabel* labelDays;
+ TQCheckBox* expireUnreadMailCB;
+ TQSpinBox* expireUnreadMailSB;
+ TQLabel* labelDays2;
+ TQLabel* expiryActionLabel;
+ TQRadioButton* moveToRB;
FolderRequester *folderSelector;
- QRadioButton* deletePermanentlyRB;
- QLabel* note;
- QButtonGroup* actionsGroup;
+ TQRadioButton* deletePermanentlyRB;
+ TQLabel* note;
+ TQButtonGroup* actionsGroup;
protected slots:
void slotOk();
void slotUpdateControls();
protected:
- QVBoxLayout* globalVBox;
- QHBoxLayout* readHBox;
- QHBoxLayout* unreadHBox;
- QHBoxLayout* expiryActionHBox;
- QVBoxLayout* actionsHBox;
- QHBoxLayout* moveToHBox;
+ TQVBoxLayout* globalVBox;
+ TQHBoxLayout* readHBox;
+ TQHBoxLayout* unreadHBox;
+ TQHBoxLayout* expiryActionHBox;
+ TQVBoxLayout* actionsHBox;
+ TQHBoxLayout* moveToHBox;
KMFolder* mFolder;
};
} // namespace