00001 #ifndef SAVERLIST_H 00002 #define SAVERLIST_H 00003 00004 #include <tqptrlist.h> 00005 00006 #include "saverconfig.h" 00007 00008 class SaverList : public TQPtrList<SaverConfig> 00009 { 00010 protected: 00011 virtual int compareItems(TQPtrCollection::Item item1, TQPtrCollection::Item item2); 00012 }; 00013 00014 #endif
1.6.1