summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/codegenerators/cppcodeclassfield.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/codegenerators/cppcodeclassfield.h')
-rw-r--r--umbrello/umbrello/codegenerators/cppcodeclassfield.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/umbrello/umbrello/codegenerators/cppcodeclassfield.h b/umbrello/umbrello/codegenerators/cppcodeclassfield.h
index d9c20255..929e5178 100644
--- a/umbrello/umbrello/codegenerators/cppcodeclassfield.h
+++ b/umbrello/umbrello/codegenerators/cppcodeclassfield.h
@@ -19,7 +19,7 @@
#ifndef CPPCODECLASSFIELD_H
#define CPPCODECLASSFIELD_H
-#include <qstring.h>
+#include <tqstring.h>
#include "../codeclassfield.h"
@@ -44,13 +44,13 @@ public:
*/
virtual ~CPPCodeClassField ( );
- QString getFieldType();
- QString getFieldName();
- QString getInitialValue();
+ TQString getFieldType();
+ TQString getFieldName();
+ TQString getInitialValue();
/** get the name of the class which holds lists, e.g. "QPtrlist" or
* "Vector" or "List" and so on.
*/
- QString getListFieldClassName();
+ TQString getListFieldClassName();
protected: