not quite so much needs to be delayed to the init() function
[personal-kdebase.git] / workspace / kcontrol / screensaver / saverlist.h
blobc6844540308bad49211d91a49c9d9ff870d96804
1 #ifndef SAVERLIST_H
2 #define SAVERLIST_H
4 #include <QList>
5 #include <Q3PtrCollection>
6 #include "saverconfig.h"
8 class SaverList : public QList<SaverConfig*>
10 public:
11 virtual ~SaverList(){}
12 protected:
13 virtual int compareItems(Q3PtrCollection::Item item1, Q3PtrCollection::Item item2);
16 #endif