summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/codegenerators/cppcodedocumentation.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/codegenerators/cppcodedocumentation.h')
-rw-r--r--umbrello/umbrello/codegenerators/cppcodedocumentation.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/umbrello/umbrello/codegenerators/cppcodedocumentation.h b/umbrello/umbrello/codegenerators/cppcodedocumentation.h
index 79bc4fe0..505fc8bb 100644
--- a/umbrello/umbrello/codegenerators/cppcodedocumentation.h
+++ b/umbrello/umbrello/codegenerators/cppcodedocumentation.h
@@ -19,7 +19,7 @@
#ifndef CPPCODEDOCUMENTATION_H
#define CPPCODEDOCUMENTATION_H
-#include <qstring.h>
+#include <tqstring.h>
#include "../codecomment.h"
class CodeDocument;
@@ -42,7 +42,7 @@ public:
/**
* Constructors
*/
- explicit CPPCodeDocumentation ( CodeDocument * doc, const QString & text = "");
+ explicit CPPCodeDocumentation ( CodeDocument * doc, const TQString & text = "");
/**
* Empty Destructor
@@ -58,23 +58,23 @@ public:
/**
* Save the XMI representation of this object
*/
- virtual void saveToXMI ( QDomDocument & doc, QDomElement & root );
+ virtual void saveToXMI ( TQDomDocument & doc, TQDomElement & root );
/**
* @return QString
*/
- QString toString ( );
+ TQString toString ( );
/** UnFormat a long text string. Typically, this means removing
* the indentaion (linePrefix) and/or newline chars from each line.
*/
- virtual QString unformatText ( const QString & text, const QString & indent = "" );
+ virtual TQString unformatText ( const TQString & text, const TQString & indent = "" );
/** a special version here because we want to not only indent
* the new line, but to add the " * " sequence as well.
*/
- virtual QString getNewEditorLine ( int amount );
+ virtual TQString getNewEditorLine ( int amount );
/** Ush. These are terrifically bad and must one day go away.
* Both methods indicate the range of lines in this textblock