summaryrefslogtreecommitdiffstats
path: root/kmail/identitydialog.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/identitydialog.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/identitydialog.h')
-rw-r--r--kmail/identitydialog.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/kmail/identitydialog.h b/kmail/identitydialog.h
index b43f3ebe..c90747fd 100644
--- a/kmail/identitydialog.h
+++ b/kmail/identitydialog.h
@@ -61,7 +61,7 @@ namespace KMail {
class IdentityDialog : public KDialogBase {
Q_OBJECT
public:
- IdentityDialog( QWidget * parent=0, const char * name = 0 );
+ IdentityDialog( TQWidget * parent=0, const char * name = 0 );
virtual ~IdentityDialog();
void setIdentity( /*_not_ const*/ KPIM::Identity & ident );
@@ -69,43 +69,43 @@ namespace KMail {
void updateIdentity( KPIM::Identity & ident );
public slots:
- void slotUpdateTransportCombo( const QStringList & sl );
+ void slotUpdateTransportCombo( const TQStringList & sl );
protected slots:
- void slotAboutToShow( QWidget * w );
+ void slotAboutToShow( TQWidget * w );
/*! \reimp */
void slotOk();
// copy default templates to identity templates
void slotCopyGlobal();
private:
- bool checkFolderExists( const QString & folder, const QString & msg );
- bool validateAddresses( const QString & addresses );
+ bool checkFolderExists( const TQString & folder, const TQString & msg );
+ bool validateAddresses( const TQString & addresses );
protected:
// "general" tab:
- QLineEdit *mNameEdit;
- QLineEdit *mOrganizationEdit;
- QLineEdit *mEmailEdit;
+ TQLineEdit *mNameEdit;
+ TQLineEdit *mOrganizationEdit;
+ TQLineEdit *mEmailEdit;
// "cryptography" tab:
- QWidget *mCryptographyTab;
+ TQWidget *mCryptographyTab;
Kleo::SigningKeyRequester *mPGPSigningKeyRequester;
Kleo::EncryptionKeyRequester *mPGPEncryptionKeyRequester;
Kleo::SigningKeyRequester *mSMIMESigningKeyRequester;
Kleo::EncryptionKeyRequester *mSMIMEEncryptionKeyRequester;
- QComboBox *mPreferredCryptoMessageFormat;
+ TQComboBox *mPreferredCryptoMessageFormat;
// "advanced" tab:
- QLineEdit *mReplyToEdit;
- QLineEdit *mBccEdit;
+ TQLineEdit *mReplyToEdit;
+ TQLineEdit *mBccEdit;
KMail::DictionaryComboBox *mDictionaryCombo;
FolderRequester *mFccCombo;
FolderRequester *mDraftsCombo;
FolderRequester *mTemplatesCombo;
- QCheckBox *mTransportCheck;
- QComboBox *mTransportCombo; // should be a KMTransportCombo...
+ TQCheckBox *mTransportCheck;
+ TQComboBox *mTransportCombo; // should be a KMTransportCombo...
// "templates" tab:
TemplatesConfiguration *mWidget;
- QCheckBox *mCustom;
+ TQCheckBox *mCustom;
KPushButton *mCopyGlobal;
// "signature" tab:
KMail::SignatureConfigurator *mSignatureConfigurator;