summaryrefslogtreecommitdiffstats
path: root/kcontrol/screensaver/saverlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/screensaver/saverlist.h')
-rw-r--r--kcontrol/screensaver/saverlist.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kcontrol/screensaver/saverlist.h b/kcontrol/screensaver/saverlist.h
index e6f36be18..0030d6761 100644
--- a/kcontrol/screensaver/saverlist.h
+++ b/kcontrol/screensaver/saverlist.h
@@ -1,14 +1,14 @@
#ifndef SAVERLIST_H
#define SAVERLIST_H
-#include <qptrlist.h>
+#include <tqptrlist.h>
#include "saverconfig.h"
-class SaverList : public QPtrList<SaverConfig>
+class SaverList : public TQPtrList<SaverConfig>
{
protected:
- virtual int compareItems(QPtrCollection::Item item1, QPtrCollection::Item item2);
+ virtual int compareItems(TQPtrCollection::Item item1, TQPtrCollection::Item item2);
};
#endif