21 #ifndef TDESPELL_ISPELLCLIENT_H
22 #define TDESPELL_ISPELLCLIENT_H
27 #include "ispell_checker.h"
38 ISpellClient( 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 {
The fact that this class inherits from TQObject makes me hugely unhappy.
Class is returned by from Broker.