24 #include "storagefactorydummyimpl.h" 25 #include "storagedummyimpl.h" 27 #include <tdelocale.h> 29 #include <tqstringlist.h> 35 Storage* StorageFactoryDummyImpl::createStorage( const TQStringList& params) const 37 Storage* storage = new StorageDummyImpl; 38 storage->initialize(params); 42 TQString StorageFactoryDummyImpl::key() const 47 TQString StorageFactoryDummyImpl::name() const 49 return i18n( "No Archive"); 52 void StorageFactoryDummyImpl::configure()
|