summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/codegenerators/codegen_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/codegenerators/codegen_utils.h')
-rw-r--r--umbrello/umbrello/codegenerators/codegen_utils.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/umbrello/umbrello/codegenerators/codegen_utils.h b/umbrello/umbrello/codegenerators/codegen_utils.h
index aaa7d117..e84c61e1 100644
--- a/umbrello/umbrello/codegenerators/codegen_utils.h
+++ b/umbrello/umbrello/codegenerators/codegen_utils.h
@@ -12,19 +12,19 @@
#ifndef CODEGEN_UTILS_H
#define CODEGEN_UTILS_H
-#include <qstringlist.h>
+#include <tqstringlist.h>
namespace Codegen_Utils {
/**
* Return list of C++ datatypes
*/
-QStringList cppDatatypes();
+TQStringList cppDatatypes();
/**
* Get list of C++ reserved keywords
*/
-const QStringList reservedCppKeywords();
+const TQStringList reservedCppKeywords();
/**
* Add C++ stereotypes
@@ -34,7 +34,7 @@ void createCppStereotypes();
/**
* Return the input string with the first letter capitalized.
*/
-QString capitalizeFirstLetter(const QString &string);
+TQString capitalizeFirstLetter(const TQString &string);
}