diff options
Diffstat (limited to 'korn/mailid.h')
-rw-r--r-- | korn/mailid.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korn/mailid.h b/korn/mailid.h index d640bfe7f..3ad3af97a 100644 --- a/korn/mailid.h +++ b/korn/mailid.h @@ -1,7 +1,7 @@ #ifndef MailId_h #define MailId_h -#include <qstring.h> +#include <tqstring.h> /** * Abstract base class for mail ids. Concrete mail ids store the id. @@ -20,7 +20,7 @@ public: * Return a string representation of this (for debuggin purposes only) * @return a string representation */ - virtual QString toString() const = 0; + virtual TQString toString() const = 0; /** * Create an exact copy of this. |