21 #include "tdespell_ispellclient.h"
23 #include "tdespell_ispelldict.h"
24 #include "ispell_checker.h"
26 #include <kgenericfactory.h>
29 typedef KGenericFactory<ISpellClient> ISpellClientFactory;
30 K_EXPORT_COMPONENT_FACTORY( tdespell_ispell, ISpellClientFactory(
"tdespell_ispell" ) )
34 ISpellClient::ISpellClient( TQObject *parent, const
char *name, const TQStringList& )
39 ISpellClient::~ISpellClient()
43 Dictionary* ISpellClient::dictionary(
const TQString& language )
45 ISpellDict *ad =
new ISpellDict( language );
49 TQStringList ISpellClient::languages()
const
51 return ISpellChecker::allDics();
54 #include "tdespell_ispellclient.moc"
The fact that this class inherits from TQObject makes me hugely unhappy.
Class is returned by from Broker.