diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-30 13:50:27 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-30 13:50:27 -0600 |
commit | 21bc7541114fb026606284e45dc10e3320f39f1d (patch) | |
tree | 1c2006752ae09dda7ed8a635d7a4dfa8eacea0cb /kate/part | |
parent | 120efd17d0cec4846e7151633a451d54fa714241 (diff) | |
download | tdelibs-21bc7541114fb026606284e45dc10e3320f39f1d.tar.gz tdelibs-21bc7541114fb026606284e45dc10e3320f39f1d.zip |
Fix a few remaining references to kio_
Diffstat (limited to 'kate/part')
-rw-r--r-- | kate/part/katedocument.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/part/katedocument.h b/kate/part/katedocument.h index 1135a66fc..c04ede651 100644 --- a/kate/part/katedocument.h +++ b/kate/part/katedocument.h @@ -565,7 +565,7 @@ class KateDocument : public Kate::Document, void setModified( bool m ); private slots: - void slotDataKate ( TDEIO::Job* kio_job, const TQByteArray &data ); + void slotDataKate ( TDEIO::Job* tdeio_job, const TQByteArray &data ); void slotFinishedKate ( TDEIO::Job * job ); private: |