summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/sync/libkipi2/collection.h
diff options
context:
space:
mode:
Diffstat (limited to 'kipi-plugins/sync/libkipi2/collection.h')
-rw-r--r--kipi-plugins/sync/libkipi2/collection.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kipi-plugins/sync/libkipi2/collection.h b/kipi-plugins/sync/libkipi2/collection.h
index f7953aa..931fa7c 100644
--- a/kipi-plugins/sync/libkipi2/collection.h
+++ b/kipi-plugins/sync/libkipi2/collection.h
@@ -19,7 +19,7 @@
#ifndef KIPI2_COLLECTION_H
#define KIPI2_COLLECTION_H
-#include <qvaluelist.h>
+#include <tqvaluelist.h>
namespace KIPI2
{
@@ -38,8 +38,8 @@ namespace KIPI2
class Item;
// Some list definitions
- typedef QValueList<Collection*> CollectionList;
- typedef QValueList<Item*> ItemList;
+ typedef TQValueList<Collection*> CollectionList;
+ typedef TQValueList<Item*> ItemList;
// And some templated functions for cleaning up in Collection derived destructors
template <class T> void DestroyCollectionList(CollectionList& collections);
@@ -68,7 +68,7 @@ namespace KIPI2
virtual const Item* addItem() = 0;
private:
- // Store for parent
+ // Store for tqparent
Collection* mpParent;
// Store the features that this collection supports