summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/codegenerators/cppsourcecodedocument.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/codegenerators/cppsourcecodedocument.h')
-rw-r--r--umbrello/umbrello/codegenerators/cppsourcecodedocument.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/umbrello/umbrello/codegenerators/cppsourcecodedocument.h b/umbrello/umbrello/codegenerators/cppsourcecodedocument.h
index 8ca59c95..09ee93e6 100644
--- a/umbrello/umbrello/codegenerators/cppsourcecodedocument.h
+++ b/umbrello/umbrello/codegenerators/cppsourcecodedocument.h
@@ -17,7 +17,7 @@
#ifndef CPPSOURCECODEDOCUMENT_H
#define CPPSOURCECODEDOCUMENT_H
-#include <qstring.h>
+#include <tqstring.h>
#include "../classifiercodedocument.h"
#include "../hierarchicalcodeblock.h"
@@ -57,7 +57,7 @@ protected:
void resetTextBlocks();
// a little utility method to save us some work
- QString getCPPClassName (const QString &name);
+ TQString getCPPClassName (const TQString &name);
void updateContent();