diff options
Diffstat (limited to 'kioslave/fish/fish.cpp')
-rw-r--r-- | kioslave/fish/fish.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kioslave/fish/fish.cpp b/kioslave/fish/fish.cpp index ccd815048..ac8556291 100644 --- a/kioslave/fish/fish.cpp +++ b/kioslave/fish/fish.cpp @@ -19,9 +19,9 @@ done by David Faure <[email protected]>. Structure is a bit complicated, since I made the mistake to use - KProcess... now there is a lightweight homebrew async IO system + TDEProcess... now there is a lightweight homebrew async IO system inside, but if signals/slots become available for ioslaves, switching - back to KProcess should be easy. + back to TDEProcess should be easy. */ #include "config.h" |