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/xfaceconfigurator.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'kmail/xfaceconfigurator.h') diff --git a/kmail/xfaceconfigurator.h b/kmail/xfaceconfigurator.h index a08c2e54..2e243ddf 100644 --- a/kmail/xfaceconfigurator.h +++ b/kmail/xfaceconfigurator.h @@ -17,8 +17,8 @@ #ifndef __KMAIL_XFACECONFIGURATOR_H__ #define __KMAIL_XFACECONFIGURATOR_H__ -#include -#include +#include +#include class KURL; @@ -29,24 +29,24 @@ class QComboBox; namespace KMail { - class XFaceConfigurator : public QWidget { + class XFaceConfigurator : public TQWidget { Q_OBJECT public: - XFaceConfigurator( QWidget * parent=0, const char * name=0 ); + XFaceConfigurator( TQWidget * parent=0, const char * name=0 ); virtual ~XFaceConfigurator(); bool isXFaceEnabled() const; void setXFaceEnabled( bool enable ); - QString xface() const; - void setXFace( const QString & text ); + TQString xface() const; + void setXFace( const TQString & text ); protected: - QCheckBox * mEnableCheck; - QTextEdit * mTextEdit; - QLabel * mXFaceLabel; - QComboBox * mSourceCombo; + TQCheckBox * mEnableCheck; + TQTextEdit * mTextEdit; + TQLabel * mXFaceLabel; + TQComboBox * mSourceCombo; private: -- cgit v1.2.3