diff options
Diffstat (limited to 'src/dolphindirlister.h')
-rw-r--r-- | src/dolphindirlister.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphindirlister.h b/src/dolphindirlister.h index 2d6bf59..84e9cda 100644 --- a/src/dolphindirlister.h +++ b/src/dolphindirlister.h @@ -43,7 +43,7 @@ signals: void errorMessage(const TQString& msg); protected: - virtual void handleError(KIO::Job* job); + virtual void handleError(TDEIO::Job* job); }; #endif |