summaryrefslogtreecommitdiffstats
path: root/lib/kotext/KoBgSpellCheck.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kotext/KoBgSpellCheck.h')
-rw-r--r--lib/kotext/KoBgSpellCheck.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/kotext/KoBgSpellCheck.h b/lib/kotext/KoBgSpellCheck.h
index dadb8b5d..08f47272 100644
--- a/lib/kotext/KoBgSpellCheck.h
+++ b/lib/kotext/KoBgSpellCheck.h
@@ -21,19 +21,20 @@
#define KOBGSPELLCHECK_H
#include <kspell2/broker.h>
-#include <qobject.h>
-#include <qstringlist.h>
+#include <tqobject.h>
+#include <tqstringlist.h>
#include <koffice_export.h>
class KoTextObject;
class KoDocument;
class KoTextParag;
class KoTextIterator;
-class KOTEXT_EXPORT KoBgSpellCheck : public QObject
+class KOTEXT_EXPORT KoBgSpellCheck : public TQObject
{
Q_OBJECT
+ TQ_OBJECT
public:
- KoBgSpellCheck( const KSpell2::Broker::Ptr& broker, QObject *parent =0,
+ KoBgSpellCheck( const KSpell2::Broker::Ptr& broker, TQObject *tqparent =0,
const char *name =0 );
virtual ~KoBgSpellCheck();
@@ -60,7 +61,7 @@ public slots:
void setEnabled( bool b );
protected slots:
- void spellCheckerMisspelling(const QString &, int );
+ void spellCheckerMisspelling(const TQString &, int );
void spellCheckerDone();
void checkerContinue();