summaryrefslogtreecommitdiffstats
path: root/krecipes/src/datablocks/ingredientpropertylist.h
diff options
context:
space:
mode:
Diffstat (limited to 'krecipes/src/datablocks/ingredientpropertylist.h')
-rw-r--r--krecipes/src/datablocks/ingredientpropertylist.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/krecipes/src/datablocks/ingredientpropertylist.h b/krecipes/src/datablocks/ingredientpropertylist.h
index 88cd1c2..041c920 100644
--- a/krecipes/src/datablocks/ingredientpropertylist.h
+++ b/krecipes/src/datablocks/ingredientpropertylist.h
@@ -10,11 +10,11 @@
#ifndef INGREDIENTPROPERTYLIST_H
#define INGREDIENTPROPERTYLIST_H
-#include <qvaluelist.h>
+#include <ntqvaluelist.h>
#include "datablocks/ingredientproperty.h"
-class IngredientPropertyList : public QValueList<IngredientProperty>
+class IngredientPropertyList : public TQValueList<IngredientProperty>
{
public:
IngredientPropertyList();
@@ -23,7 +23,7 @@ public:
void divide( double units_of_yield_type );
IngredientPropertyList::const_iterator find( int id );
- int findByName( const QString & );
+ int findByName( const TQString & );
void filter( int ingredientID, IngredientPropertyList *filteredList );
};