diff options
Diffstat (limited to 'juk/stringshare.h')
-rw-r--r-- | juk/stringshare.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/juk/stringshare.h b/juk/stringshare.h index 743b2c1e..3a53d038 100644 --- a/juk/stringshare.h +++ b/juk/stringshare.h @@ -16,7 +16,7 @@ #ifndef STRING_SHARE_H #define STRING_SHARE_H -#include <qstring.h> +#include <tqstring.h> /** This class attempts to normalize repeated occurances of strings to use @@ -26,8 +26,8 @@ class StringShare { struct Data; public: - static QString tryShare(const QString& in); - static QCString tryShare(const QCString& in); + static TQString tryShare(const TQString& in); + static TQCString tryShare(const TQCString& in); private: static Data* data(); |