22 #ifndef TDESPELL_CLIENT_H 23 #define TDESPELL_CLIENT_H 26 #include <tqstringlist.h> 29 #include <tdelibs_export.h> 41 class KDE_EXPORT
Client :
public TQObject
45 Client( TQObject *parent = 0,
const char *name=0 );
47 virtual int reliability()
const = 0;
49 virtual Dictionary* dictionary(
const TQString& language ) =0;
51 virtual TQStringList languages()
const =0;
53 virtual TQString name()
const =0;
The fact that this class inherits from TQObject makes me hugely unhappy.
Class is returned by from Broker.