summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/codegenerators/javaclassdeclarationblock.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/codegenerators/javaclassdeclarationblock.h')
-rw-r--r--umbrello/umbrello/codegenerators/javaclassdeclarationblock.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/umbrello/umbrello/codegenerators/javaclassdeclarationblock.h b/umbrello/umbrello/codegenerators/javaclassdeclarationblock.h
index 136df809..08e639c7 100644
--- a/umbrello/umbrello/codegenerators/javaclassdeclarationblock.h
+++ b/umbrello/umbrello/codegenerators/javaclassdeclarationblock.h
@@ -17,7 +17,7 @@
#ifndef JAVACLASSDECLARATIONBLOCK_H
#define JAVACLASSDECLARATIONBLOCK_H
-#include <qstring.h>
+#include <tqstring.h>
#include "javaclassifiercodedocument.h"
#include "../ownedhierarchicalcodeblock.h"
@@ -33,7 +33,7 @@ public:
/**
* Empty Constructor
*/
- explicit JavaClassDeclarationBlock ( JavaClassifierCodeDocument * parentDoc, const QString &start = "", const QString &endText = "}", const QString &comment = "");
+ explicit JavaClassDeclarationBlock ( JavaClassifierCodeDocument * parentDoc, const TQString &start = "", const TQString &endText = "}", const TQString &comment = "");
/**
* Empty Destructor
@@ -43,12 +43,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:
@@ -59,7 +59,7 @@ protected:
private:
- void init (JavaClassifierCodeDocument * parent, const QString &comment);
+ void init (JavaClassifierCodeDocument * parent, const TQString &comment);
};