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.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/kcontrol/screensaver/saverlist.h b/kcontrol/screensaver/saverlist.h
new file mode 100644
index 000000000..0030d6761
--- /dev/null
+++ b/kcontrol/screensaver/saverlist.h
@@ -0,0 +1,14 @@
+#ifndef SAVERLIST_H
+#define SAVERLIST_H
+
+#include <tqptrlist.h>
+
+#include "saverconfig.h"
+
+class SaverList : public TQPtrList<SaverConfig>
+{
+protected:
+ virtual int compareItems(TQPtrCollection::Item item1, TQPtrCollection::Item item2);
+};
+
+#endif