summaryrefslogtreecommitdiffstats
path: root/kmail/headerstrategy.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/headerstrategy.h')
-rw-r--r--kmail/headerstrategy.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kmail/headerstrategy.h b/kmail/headerstrategy.h
index b5bdce35e..421117db6 100644
--- a/kmail/headerstrategy.h
+++ b/kmail/headerstrategy.h
@@ -49,7 +49,7 @@ namespace KMail {
enum Type { All, Rich, Standard, Brief, Custom };
static const HeaderStrategy * create( Type type );
- static const HeaderStrategy * create( const QString & type );
+ static const HeaderStrategy * create( const TQString & type );
static const HeaderStrategy * all();
static const HeaderStrategy * rich();
@@ -69,10 +69,10 @@ namespace KMail {
//
enum DefaultPolicy { Display, Hide };
- virtual QStringList headersToDisplay() const;
- virtual QStringList headersToHide() const;
+ virtual TQStringList headersToDisplay() const;
+ virtual TQStringList headersToHide() const;
virtual DefaultPolicy defaultPolicy() const = 0;
- virtual bool showHeader( const QString & header ) const;
+ virtual bool showHeader( const TQString & header ) const;
};
} // namespace KMail