summaryrefslogtreecommitdiffstats
path: root/krecipes/src/dialogs/shoppinglistviewdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'krecipes/src/dialogs/shoppinglistviewdialog.h')
-rw-r--r--krecipes/src/dialogs/shoppinglistviewdialog.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/krecipes/src/dialogs/shoppinglistviewdialog.h b/krecipes/src/dialogs/shoppinglistviewdialog.h
index 4cfd4b6..69a66a2 100644
--- a/krecipes/src/dialogs/shoppinglistviewdialog.h
+++ b/krecipes/src/dialogs/shoppinglistviewdialog.h
@@ -13,9 +13,9 @@
#ifndef SHOPPINGLISTVIEWDIALOG_H
#define SHOPPINGLISTVIEWDIALOG_H
-#include <qlayout.h>
-#include <qvbox.h>
-#include <qwidget.h>
+#include <ntqlayout.h>
+#include <ntqvbox.h>
+#include <ntqwidget.h>
#include <khtml_part.h>
#include <khtmlview.h>
@@ -28,7 +28,7 @@ class ShoppingListViewDialog: public KDialogBase
Q_OBJECT
public:
- ShoppingListViewDialog( QWidget *parent, const IngredientList &ingredientList );
+ ShoppingListViewDialog( TQWidget *parent, const IngredientList &ingredientList );
~ShoppingListViewDialog();
public slots: