summaryrefslogtreecommitdiffstats
path: root/krecipes/src/dialogs/selectunitdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'krecipes/src/dialogs/selectunitdialog.h')
-rw-r--r--krecipes/src/dialogs/selectunitdialog.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/krecipes/src/dialogs/selectunitdialog.h b/krecipes/src/dialogs/selectunitdialog.h
index f9371ca..03b4762 100644
--- a/krecipes/src/dialogs/selectunitdialog.h
+++ b/krecipes/src/dialogs/selectunitdialog.h
@@ -13,11 +13,11 @@
#ifndef SELECTUNITDIALOG_H
#define SELECTUNITDIALOG_H
-#include <qwidget.h>
-#include <qlayout.h>
-#include <qpushbutton.h>
-#include <qgroupbox.h>
-#include <qvbox.h>
+#include <ntqwidget.h>
+#include <ntqlayout.h>
+#include <ntqpushbutton.h>
+#include <ntqgroupbox.h>
+#include <ntqvbox.h>
#include <klistview.h>
#include <kdialogbase.h>
@@ -32,7 +32,7 @@ class SelectUnitDialog : public KDialogBase
public:
typedef enum OptionFlag { ShowEmptyUnit, HideEmptyUnit } ;
- SelectUnitDialog( QWidget* parent, const UnitList &unitList, OptionFlag = ShowEmptyUnit );
+ SelectUnitDialog( TQWidget* parent, const UnitList &unitList, OptionFlag = ShowEmptyUnit );
~SelectUnitDialog();
@@ -40,7 +40,7 @@ public:
private:
//Widgets
- QGroupBox *box;
+ TQGroupBox *box;
KListView *unitChooseView;
OptionFlag m_showEmpty;