summaryrefslogtreecommitdiffstats
path: root/krecipes/src/dialogs/createelementdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'krecipes/src/dialogs/createelementdialog.h')
-rw-r--r--krecipes/src/dialogs/createelementdialog.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/krecipes/src/dialogs/createelementdialog.h b/krecipes/src/dialogs/createelementdialog.h
index 93406f1..14b137e 100644
--- a/krecipes/src/dialogs/createelementdialog.h
+++ b/krecipes/src/dialogs/createelementdialog.h
@@ -13,10 +13,10 @@
#ifndef CREATEELEMENTDIALOG_H
#define CREATEELEMENTDIALOG_H
-#include <qpushbutton.h>
-#include <qgroupbox.h>
-#include <qlayout.h>
-#include <qvbox.h>
+#include <ntqpushbutton.h>
+#include <ntqgroupbox.h>
+#include <ntqlayout.h>
+#include <ntqvbox.h>
#include <klineedit.h>
#include <kdialogbase.h>
@@ -27,13 +27,13 @@
class CreateElementDialog : public KDialogBase
{
public:
- CreateElementDialog( QWidget *parent, const QString &text );
+ CreateElementDialog( TQWidget *parent, const TQString &text );
~CreateElementDialog();
- QString newElementName( void );
+ TQString newElementName( void );
private:
//Widgets
- QGroupBox *box;
+ TQGroupBox *box;
KLineEdit *elementEdit;
};