22#include "tdespell_hspellclient.h"
24#include "tdespell_hspelldict.h"
26#include <kgenericfactory.h>
29typedef KGenericFactory<HSpellClient> HSpellClientFactory;
30K_EXPORT_COMPONENT_FACTORY( tdespell_hspell, HSpellClientFactory(
"tdespell_hspell" ) )
34HSpellClient::HSpellClient( TQObject *parent, const
char *name, const TQStringList& )
39HSpellClient::~HSpellClient()
43Dictionary* HSpellClient::dictionary(
const TQString& language )
49TQStringList 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.