21#include "tdespell_ispellclient.h"
23#include "tdespell_ispelldict.h"
24#include "ispell_checker.h"
26#include <kgenericfactory.h>
29typedef KGenericFactory<ISpellClient> ISpellClientFactory;
30K_EXPORT_COMPONENT_FACTORY( tdespell_ispell, ISpellClientFactory(
"tdespell_ispell" ) )
34ISpellClient::ISpellClient( TQObject *parent, const
char *name, const TQStringList& )
39ISpellClient::~ISpellClient()
43Dictionary* ISpellClient::dictionary(
const TQString& language )
45 ISpellDict *ad =
new ISpellDict( language );
49TQStringList 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.