summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/dialogs/codegenerationoptionspage.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/dialogs/codegenerationoptionspage.h')
-rw-r--r--umbrello/umbrello/dialogs/codegenerationoptionspage.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/umbrello/umbrello/dialogs/codegenerationoptionspage.h b/umbrello/umbrello/dialogs/codegenerationoptionspage.h
index ff939d08..6cd7a2e7 100644
--- a/umbrello/umbrello/dialogs/codegenerationoptionspage.h
+++ b/umbrello/umbrello/dialogs/codegenerationoptionspage.h
@@ -21,7 +21,7 @@
#ifndef CODEGENERATIONOPTIONSPAGE_H
#define CODEGENERATIONOPTIONSPAGE_H
-#include <qwidget.h>
+#include <tqwidget.h>
#include "codegenerationoptionsbase.h"
#include "../codegenerationpolicy.h"
#include "../umlnamespace.h"
@@ -40,10 +40,10 @@ class CodeGenerationPolicyPage;
class CodeGenerationOptionsPage : public CodeGenerationOptionsBase {
Q_OBJECT
public:
- CodeGenerationOptionsPage(QWidget *parent=0);
+ CodeGenerationOptionsPage(TQWidget *parent=0);
~CodeGenerationOptionsPage();
void setDefaults();
- QString getCodeGenerationLanguage();
+ TQString getCodeGenerationLanguage();
void updateCodeGenerationPolicyTab();
void apply();