summaryrefslogtreecommitdiffstats
path: root/krecipes/src/dialogs/refineshoppinglistdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'krecipes/src/dialogs/refineshoppinglistdialog.h')
-rw-r--r--krecipes/src/dialogs/refineshoppinglistdialog.h34
1 files changed, 17 insertions, 17 deletions
diff --git a/krecipes/src/dialogs/refineshoppinglistdialog.h b/krecipes/src/dialogs/refineshoppinglistdialog.h
index 08c4bb9..b427413 100644
--- a/krecipes/src/dialogs/refineshoppinglistdialog.h
+++ b/krecipes/src/dialogs/refineshoppinglistdialog.h
@@ -11,20 +11,20 @@
#ifndef REFINESHOPPINGLISTDIALOG_H
#define REFINESHOPPINGLISTDIALOG_H
-#include <qvariant.h>
-#include <qmap.h>
+#include <ntqvariant.h>
+#include <ntqmap.h>
#include <kdialogbase.h>
#include "datablocks/ingredientlist.h"
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
-class QSpacerItem;
-class QLabel;
-class QListViewItem;
-class QPushButton;
+class TQVBoxLayout;
+class TQHBoxLayout;
+class TQGridLayout;
+class TQSpacerItem;
+class TQLabel;
+class TQListViewItem;
+class TQPushButton;
class RecipeDB;
class ElementList;
@@ -35,32 +35,32 @@ class RefineShoppingListDialog : public KDialogBase
Q_OBJECT
public:
- RefineShoppingListDialog( QWidget* parent, RecipeDB *db, const ElementList &recipeList );
+ RefineShoppingListDialog( TQWidget* parent, RecipeDB *db, const ElementList &recipeList );
~RefineShoppingListDialog();
- QLabel* helpLabel;
+ TQLabel* helpLabel;
KreListView* allIngListView;
- QPushButton* addButton;
- QPushButton* removeButton;
+ TQPushButton* addButton;
+ TQPushButton* removeButton;
KreListView* ingListView;
protected:
- QVBoxLayout* layout1;
- QSpacerItem* spacer1;
+ TQVBoxLayout* layout1;
+ TQSpacerItem* spacer1;
protected slots:
virtual void languageChange();
virtual void accept();
void addIngredient();
void removeIngredient();
- void itemRenamed( QListViewItem*, const QString &, int );
+ void itemRenamed( TQListViewItem*, const TQString &, int );
private:
void loadData();
RecipeDB *database;
IngredientList ingredientList;
- QMap<QListViewItem*, IngredientList::iterator> item_ing_map;
+ TQMap<TQListViewItem*, IngredientList::iterator> item_ing_map;
};
#endif // REFINESHOPPINGLISTDIALOG_H