diff options
Diffstat (limited to 'kode/license.h')
-rw-r--r-- | kode/license.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kode/license.h b/kode/license.h index 0d413f08d..d74a0b579 100644 --- a/kode/license.h +++ b/kode/license.h @@ -21,7 +21,7 @@ #ifndef KODE_LICENSE_H #define KODE_LICENSE_H -#include <qstring.h> +#include <tqstring.h> #include <kdepimmacros.h> namespace KODE { @@ -36,7 +36,7 @@ class KDE_EXPORT License void setQtException( bool ); - QString text(); + TQString text(); private: Type mType; |