diff options
Diffstat (limited to 'kspell2/threadevents.h')
-rw-r--r-- | kspell2/threadevents.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kspell2/threadevents.h b/kspell2/threadevents.h index e6b52293e..87a516148 100644 --- a/kspell2/threadevents.h +++ b/kspell2/threadevents.h @@ -30,7 +30,7 @@ namespace KSpell2 FoundMisspelling = 2003, FinishedChecking = 2004 }; - class MisspellingEvent : public QCustomEvent + class MisspellingEvent : public TQCustomEvent { public: MisspellingEvent( const TQString& word, @@ -49,7 +49,7 @@ namespace KSpell2 TQString m_word; int m_position; }; - class FinishedCheckingEvent : public QCustomEvent + class FinishedCheckingEvent : public TQCustomEvent { public: FinishedCheckingEvent() |