summaryrefslogtreecommitdiffstats
path: root/src/misc/Strings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/Strings.h')
-rw-r--r--src/misc/Strings.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/misc/Strings.h b/src/misc/Strings.h
index 898a775..d96b61d 100644
--- a/src/misc/Strings.h
+++ b/src/misc/Strings.h
@@ -22,17 +22,17 @@
#define _ROSE_STRINGS_H_
#include <string>
-#include <qstring.h>
+#include <tqstring.h>
#include "PropertyName.h"
#include "Exception.h"
-extern QString strtoqstr(const std::string &);
-extern QString strtoqstr(const Rosegarden::PropertyName &);
-extern std::string qstrtostr(const QString &);
+extern TQString strtoqstr(const std::string &);
+extern TQString strtoqstr(const Rosegarden::PropertyName &);
+extern std::string qstrtostr(const TQString &);
extern double strtodouble(const std::string &);
-extern double qstrtodouble(const QString &);
+extern double qstrtodouble(const TQString &);
-class QTextCodec;
-extern std::string convertFromCodec(std::string, QTextCodec *);
+class TQTextCodec;
+extern std::string convertFromCodec(std::string, TQTextCodec *);
#endif