From f10950a5b2fef43a5f3a99170682eea55fe9b80b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:06:13 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- src/gvcore/fileviewcontroller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gvcore/fileviewcontroller.cpp') diff --git a/src/gvcore/fileviewcontroller.cpp b/src/gvcore/fileviewcontroller.cpp index df99053..47f3d5c 100644 --- a/src/gvcore/fileviewcontroller.cpp +++ b/src/gvcore/fileviewcontroller.cpp @@ -99,7 +99,7 @@ public: return url.isValid(); } - virtual void handleError(KIO::Job* job) { + virtual void handleError(TDEIO::Job* job) { mError = true; if(mCheck) KDirLister::handleError( job ); }; -- cgit v1.2.1