summaryrefslogtreecommitdiffstats
path: root/kmail/expirypropertiesdialog.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:53:50 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:53:50 +0000
commit7be55ffa061c026e35e2d6a0effe1161ddb0d41f (patch)
tree8474f9b444b2756228600050f07a7ff25de532b2 /kmail/expirypropertiesdialog.h
parentf587f20a6d09f1729dd0a8c1cd8ee0110aec7451 (diff)
downloadtdepim-7be55ffa061c026e35e2d6a0effe1161ddb0d41f.tar.gz
tdepim-7be55ffa061c026e35e2d6a0effe1161ddb0d41f.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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