summaryrefslogtreecommitdiffstats
path: root/kcontrol/screensaver/saverlist.h
blob: 0030d676111f50f768d1c7b52a114aef7b63459f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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