diff options
Diffstat (limited to 'sip/kspell/kspell.sip')
-rw-r--r-- | sip/kspell/kspell.sip | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sip/kspell/kspell.sip b/sip/kspell/kspell.sip index 62c1058..ce45612 100644 --- a/sip/kspell/kspell.sip +++ b/sip/kspell/kspell.sip @@ -125,9 +125,9 @@ protected slots: %End void slotStopCancel (int); - void ispellExit (KProcess*); + void ispellExit (TDEProcess*); void emitDeath (); - void ispellErrors (KProcess*, char*, int); + void ispellErrors (TDEProcess*, char*, int); %If ( KDE_3_2_0 - ) void checkNext (); |