summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/dialogs/codevieweroptionspage.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/dialogs/codevieweroptionspage.h')
-rw-r--r--umbrello/umbrello/dialogs/codevieweroptionspage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/umbrello/umbrello/dialogs/codevieweroptionspage.h b/umbrello/umbrello/dialogs/codevieweroptionspage.h
index ec01f170..fae3cb05 100644
--- a/umbrello/umbrello/dialogs/codevieweroptionspage.h
+++ b/umbrello/umbrello/dialogs/codevieweroptionspage.h
@@ -18,7 +18,7 @@
#ifndef CODEVIEWEROPTIONSPAGE_H
#define CODEVIEWEROPTIONSPAGE_H
-#include <qwidget.h>
+#include <tqwidget.h>
#include "codevieweroptionsbase.h"
#include "../codeviewerstate.h"
@@ -29,7 +29,7 @@
class CodeViewerOptionsPage : public CodeViewerOptionsBase {
Q_OBJECT
public:
- CodeViewerOptionsPage (Settings::CodeViewerState options, QWidget *parent, const char *name=0);
+ CodeViewerOptionsPage (Settings::CodeViewerState options, TQWidget *parent, const char *name=0);
~CodeViewerOptionsPage();
Settings::CodeViewerState getOptions();