diff options
Diffstat (limited to 'kmail/htmlstatusbar.h')
-rw-r--r-- | kmail/htmlstatusbar.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kmail/htmlstatusbar.h b/kmail/htmlstatusbar.h index 103f053a1..7c5e7655a 100644 --- a/kmail/htmlstatusbar.h +++ b/kmail/htmlstatusbar.h @@ -32,7 +32,7 @@ #ifndef _KMAIL_HTMLSTATUSBAR_H_ #define _KMAIL_HTMLSTATUSBAR_H_ -#include <qlabel.h> +#include <tqlabel.h> class QString; class QColor; @@ -58,10 +58,10 @@ namespace KMail { * * @author Ingo Kloecker <kloecker@kde.org>, Marc Mutz <mutz@kde.org> **/ - class HtmlStatusBar : public QLabel { + class HtmlStatusBar : public TQLabel { Q_OBJECT public: - HtmlStatusBar( QWidget * parent=0, const char * name=0, WFlags f=0 ); + HtmlStatusBar( TQWidget * parent=0, const char * name=0, WFlags f=0 ); virtual ~HtmlStatusBar(); enum Mode { @@ -88,9 +88,9 @@ namespace KMail { private: void upd(); - QString message() const; - QColor bgColor() const; - QColor fgColor() const; + TQString message() const; + TQColor bgColor() const; + TQColor fgColor() const; Mode mMode; }; |