21 #ifndef TDESPELL_ASPELLCLIENT_H
22 #define TDESPELL_ASPELLCLIENT_H
38 ASpellClient( TQObject *parent,
const char *name,
const TQStringList & );
41 virtual int reliability()
const {
45 virtual Dictionary* dictionary(
const TQString& language );
47 virtual TQStringList languages()
const;
49 virtual TQString name()
const {
53 AspellConfig *m_config;
The fact that this class inherits from TQObject makes me hugely unhappy.
Class is returned by from Broker.