From cc74f360bb40da3d79f58048f8e8611804980aa6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:30:47 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- kfind/kfindpart.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kfind/kfindpart.cpp') diff --git a/kfind/kfindpart.cpp b/kfind/kfindpart.cpp index 913a915a7..482400d50 100644 --- a/kfind/kfindpart.cpp +++ b/kfind/kfindpart.cpp @@ -155,7 +155,7 @@ void KFindPart::slotResult(int errorCode) if (errorCode == 0) emit finished(); //setStatusMsg(i18n("Ready.")); - else if (errorCode == KIO::ERR_USER_CANCELED) + else if (errorCode == TDEIO::ERR_USER_CANCELED) emit canceled(); //setStatusMsg(i18n("Aborted.")); else -- cgit v1.2.3