summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/codegenerators/javacodedocumentation.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/codegenerators/javacodedocumentation.h')
-rw-r--r--umbrello/umbrello/codegenerators/javacodedocumentation.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/umbrello/umbrello/codegenerators/javacodedocumentation.h b/umbrello/umbrello/codegenerators/javacodedocumentation.h
index 246b87a6..acc386c1 100644
--- a/umbrello/umbrello/codegenerators/javacodedocumentation.h
+++ b/umbrello/umbrello/codegenerators/javacodedocumentation.h
@@ -18,7 +18,7 @@
#ifndef JAVACODEDOCUMENTATION_H
#define JAVACODEDOCUMENTATION_H
-#include <qstring.h>
+#include <tqstring.h>
#include "../codecomment.h"
class JavaClassifierCodeDocument;
@@ -42,7 +42,7 @@ public:
/**
* Constructors
*/
- explicit JavaCodeDocumentation ( JavaClassifierCodeDocument * doc, const QString & text = "");
+ explicit JavaCodeDocumentation ( JavaClassifierCodeDocument * doc, const TQString & text = "");
/**
* Empty Destructor
@@ -58,22 +58,22 @@ 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