diff options
Diffstat (limited to 'kate/part/katedialogs.h')
-rw-r--r-- | kate/part/katedialogs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kate/part/katedialogs.h b/kate/part/katedialogs.h index b4b4eb137..32d7cfccd 100644 --- a/kate/part/katedialogs.h +++ b/kate/part/katedialogs.h @@ -359,7 +359,7 @@ class KateHlDownloadDialog: public KDialogBase void slotUser1(); }; -class KProcIO; +class TDEProcIO; class TDEProcess; /** * This dialog will prompt the user for what do with a file that is @@ -393,7 +393,7 @@ class KateModOnHdPrompt : public KDialogBase void slotUser1(); private slots: - void slotPRead(KProcIO*); ///< Read from the diff process + void slotPRead(TDEProcIO*); ///< Read from the diff process void slotPDone(TDEProcess*); ///< Runs the diff file when done private: |