summaryrefslogtreecommitdiffstats
path: root/kmail/xfaceconfigurator.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/xfaceconfigurator.h')
-rw-r--r--kmail/xfaceconfigurator.h20
1 files changed, 10 insertions, 10 deletions
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 <qwidget.h>
-#include <qtextedit.h>
+#include <tqwidget.h>
+#include <tqtextedit.h>
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: