summaryrefslogtreecommitdiffstats
path: root/krecipes/src/dialogs/createpropertydialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'krecipes/src/dialogs/createpropertydialog.h')
-rw-r--r--krecipes/src/dialogs/createpropertydialog.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/krecipes/src/dialogs/createpropertydialog.h b/krecipes/src/dialogs/createpropertydialog.h
index 4831562..ab99013 100644
--- a/krecipes/src/dialogs/createpropertydialog.h
+++ b/krecipes/src/dialogs/createpropertydialog.h
@@ -17,12 +17,12 @@
#ifndef CREATEPROPERTYDIALOG_H
#define CREATEPROPERTYDIALOG_H
-#include <qcombobox.h>
-#include <qlayout.h>
-#include <qpushbutton.h>
-#include <qgroupbox.h>
-#include <qvbox.h>
-#include <qlabel.h>
+#include <ntqcombobox.h>
+#include <ntqlayout.h>
+#include <ntqpushbutton.h>
+#include <ntqgroupbox.h>
+#include <ntqvbox.h>
+#include <ntqlabel.h>
#include <klineedit.h>
#include <kdialogbase.h>
@@ -32,19 +32,19 @@
class CreatePropertyDialog : public KDialogBase
{
public:
- CreatePropertyDialog( QWidget *parent, UnitList *list );
+ CreatePropertyDialog( TQWidget *parent, UnitList *list );
~CreatePropertyDialog();
- QString newPropertyName( void );
- QString newUnitsName( void );
+ TQString newPropertyName( void );
+ TQString newUnitsName( void );
private:
//Widgets
- QGroupBox *box;
+ TQGroupBox *box;
KLineEdit *propertyNameEdit;
KLineEdit *propertyUnits;
- QLabel *nameEditText;
- QLabel *unitsText;
+ TQLabel *nameEditText;
+ TQLabel *unitsText;
//Internal variables
UnitList *unitList;