diff options
Diffstat (limited to 'kspell2/ui/dialog.h')
-rw-r--r-- | kspell2/ui/dialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kspell2/ui/dialog.h b/kspell2/ui/dialog.h index 1da714c7c..cee715b48 100644 --- a/kspell2/ui/dialog.h +++ b/kspell2/ui/dialog.h @@ -49,12 +49,12 @@ namespace KSpell2 signals: void done( const TQString& newBuffer ); void misspelling( const TQString& word, int start ); - void replace( const TQString& oldWord, int start, + void tqreplace( const TQString& oldWord, int start, const TQString& newWord ); void stop(); void cancel(); - void autoCorrect( const TQString & currentWord, const TQString & replaceWord ); + void autoCorrect( const TQString & currentWord, const TQString & tqreplaceWord ); private slots: void slotMisspelling(const TQString& word, int start ); void slotDone(); |