From 4ae0c208b66e0f7954e194384464fe2d0a2c56dd Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:51:49 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1157652 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- umbrello/umbrello/codegenerators/cppcodeclassfield.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'umbrello/umbrello/codegenerators/cppcodeclassfield.h') 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 +#include #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: -- cgit v1.2.3