summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/dialogs/classoptionspage.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/dialogs/classoptionspage.h')
-rw-r--r--umbrello/umbrello/dialogs/classoptionspage.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/umbrello/umbrello/dialogs/classoptionspage.h b/umbrello/umbrello/dialogs/classoptionspage.h
index 50d43f8c..718944cc 100644
--- a/umbrello/umbrello/dialogs/classoptionspage.h
+++ b/umbrello/umbrello/dialogs/classoptionspage.h
@@ -13,9 +13,9 @@
#ifndef CLASSOPTIONSPAGE_H
#define CLASSOPTIONSPAGE_H
-#include <qwidget.h>
-#include <qgroupbox.h>
-#include <qcheckbox.h>
+#include <tqwidget.h>
+#include <tqgroupbox.h>
+#include <tqcheckbox.h>
#include "../optionstate.h"
@@ -31,17 +31,17 @@ class ClassifierWidget;
* @see ClassPropDlg
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org
*/
-class ClassOptionsPage : public QWidget {
+class ClassOptionsPage : public TQWidget {
public:
/**
* Constructor - observe and modify a Widget
*/
- ClassOptionsPage(QWidget* pParent, ClassifierWidget* pWidget);
+ ClassOptionsPage(TQWidget* pParent, ClassifierWidget* pWidget);
/**
* Constructor - observe and modify an OptionState structure
*/
- ClassOptionsPage(QWidget* pParent, Settings::OptionState *options );
+ ClassOptionsPage(TQWidget* pParent, Settings::OptionState *options );
/**
* destructor
@@ -88,11 +88,11 @@ protected:
void updateOptionState();
//GUI widgets
- QGroupBox * m_pVisibilityGB;
- QCheckBox * m_pShowVisibilityCB, * m_pShowAttSigCB;
- QCheckBox * m_pShowOpSigCB, * m_pShowAttsCB, * m_pShowOpsCB;
- QCheckBox * m_pShowStereotypeCB, * m_pShowPackageCB;
- QCheckBox* m_pDrawAsCircleCB;
+ TQGroupBox * m_pVisibilityGB;
+ TQCheckBox * m_pShowVisibilityCB, * m_pShowAttSigCB;
+ TQCheckBox * m_pShowOpSigCB, * m_pShowAttsCB, * m_pShowOpsCB;
+ TQCheckBox * m_pShowStereotypeCB, * m_pShowPackageCB;
+ TQCheckBox* m_pDrawAsCircleCB;
/**
* The classifier widget to represent in the dialog page.