summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/codegenerators/rubycodeclassfield.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/codegenerators/rubycodeclassfield.h')
-rw-r--r--umbrello/umbrello/codegenerators/rubycodeclassfield.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/umbrello/umbrello/codegenerators/rubycodeclassfield.h b/umbrello/umbrello/codegenerators/rubycodeclassfield.h
index 384f0b5d..50269729 100644
--- a/umbrello/umbrello/codegenerators/rubycodeclassfield.h
+++ b/umbrello/umbrello/codegenerators/rubycodeclassfield.h
@@ -20,7 +20,7 @@
#ifndef RUBYCODECLASSFIELD_H
#define RUBYCODECLASSFIELD_H
-#include <qstring.h>
+#include <tqstring.h>
#include "../codeclassfield.h"
@@ -45,11 +45,11 @@ public:
*/
virtual ~RubyCodeClassField ( );
- QString getFieldType();
- QString getFieldName();
- QString getInitialValue();
+ TQString getFieldType();
+ TQString getFieldName();
+ TQString getInitialValue();
- QString getTypeName ( );
+ TQString getTypeName ( );
protected:
private: