You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdelibs/tdeparts/tests/plugin_spellcheck.h

19 lines
377 B

#ifndef __plugin_spellcheck_h
#define __plugin_spellcheck_h
#include <tdeparts/plugin.h>
class PluginSpellCheck : public KParts::Plugin
{
TQ_OBJECT
public:
PluginSpellCheck( TQObject* parent = 0, const char* name = 0,
const TQStringList& = TQStringList() );
virtual ~PluginSpellCheck();
public slots:
void slotSpellCheck();
};
#endif