21 #ifndef TDESPELL_CLIENT_H 22 #define TDESPELL_CLIENT_H 25 #include <tqstringlist.h> 28 #include <tdelibs_export.h> 40 class KDE_EXPORT
Client :
public TQObject
44 Client( TQObject *parent = 0,
const char *name=0 );
46 virtual int reliability()
const = 0;
48 virtual Dictionary* dictionary(
const TQString& language ) =0;
50 virtual TQStringList languages()
const =0;
52 virtual TQString name()
const =0;
The fact that this class inherits from TQObject makes me hugely unhappy.
Class is returned by from Broker.