22 #include "tdespell_hspellclient.h"
24 #include "tdespell_hspelldict.h"
26 #include <kgenericfactory.h>
29 typedef KGenericFactory<HSpellClient> HSpellClientFactory;
30 K_EXPORT_COMPONENT_FACTORY( tdespell_hspell, HSpellClientFactory(
"tdespell_hspell" ) )
34 HSpellClient::HSpellClient( TQObject *parent, const
char *name, const TQStringList& )
39 HSpellClient::~HSpellClient()
43 Dictionary* HSpellClient::dictionary(
const TQString& language )
49 TQStringList HSpellClient::languages()
const
57 #include "tdespell_hspellclient.moc"
The fact that this class inherits from TQObject makes me hugely unhappy.
Class is returned by from Broker.