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/codecomment.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'umbrello/umbrello/codecomment.h') diff --git a/umbrello/umbrello/codecomment.h b/umbrello/umbrello/codecomment.h index 18c2cba0..6f8c7ceb 100644 --- a/umbrello/umbrello/codecomment.h +++ b/umbrello/umbrello/codecomment.h @@ -18,7 +18,7 @@ #ifndef CODECOMMENT_H #define CODECOMMENT_H -#include +#include #include "textblock.h" @@ -40,7 +40,7 @@ public: /** * Empty Constructor */ - explicit CodeComment ( CodeDocument * doc, const QString & comment = ""); + explicit CodeComment ( CodeDocument * doc, const TQString & comment = ""); /** * Empty Destructor @@ -50,12 +50,12 @@ public: /** * Save the XMI representation of this object */ - virtual void saveToXMI ( QDomDocument & doc, QDomElement & root ); + virtual void saveToXMI ( TQDomDocument & doc, TQDomElement & root ); /** * load params from the appropriate XMI element node. */ - virtual void loadFromXMI ( QDomElement & root ); + virtual void loadFromXMI ( TQDomElement & root ); protected: -- cgit v1.2.3