diff options
Diffstat (limited to 'umbrello/umbrello/codegenerators/xmlcodecomment.h')
-rw-r--r-- | umbrello/umbrello/codegenerators/xmlcodecomment.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/umbrello/umbrello/codegenerators/xmlcodecomment.h b/umbrello/umbrello/codegenerators/xmlcodecomment.h index a30bcbab..e3f55ccc 100644 --- a/umbrello/umbrello/codegenerators/xmlcodecomment.h +++ b/umbrello/umbrello/codegenerators/xmlcodecomment.h @@ -18,7 +18,7 @@ #ifndef XMLCODECOMMENT_H #define XMLCODECOMMENT_H -#include <qstring.h> +#include <tqstring.h> #include "../codecomment.h" class CodeDocument; @@ -40,7 +40,7 @@ public: /** * Constructors */ - explicit XMLCodeComment ( CodeDocument * doc, const QString & text = "" ); + explicit XMLCodeComment ( CodeDocument * doc, const TQString & text = "" ); /** * Empty Destructor @@ -56,7 +56,7 @@ public: /** * @return QString */ - QString toString ( ); + TQString toString ( ); protected: |