summaryrefslogtreecommitdiffstats
path: root/src/kio_locate.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 00:53:13 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 00:53:13 -0600
commitef9eb4959e8e2df853a8dcdf31a21b525fd42808 (patch)
tree21de67543a92a816b308e12c7cfc30699cc56caf /src/kio_locate.cpp
parent2ec1b629e4a1e15db7d1563f6c5db1c307aa9ea7 (diff)
downloadtdeio-locate-ef9eb4959e8e2df853a8dcdf31a21b525fd42808.tar.gz
tdeio-locate-ef9eb4959e8e2df853a8dcdf31a21b525fd42808.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/kio_locate.cpp')
-rw-r--r--src/kio_locate.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kio_locate.cpp b/src/kio_locate.cpp
index 38317bb..9f39be8 100644
--- a/src/kio_locate.cpp
+++ b/src/kio_locate.cpp
@@ -30,7 +30,7 @@
#include <grp.h>
#include <kapplication.h>
-#include <kconfigdialog.h>
+#include <tdeconfigdialog.h>
#include <kdebug.h>
#include <kde_file.h>
#include <kiconloader.h>
@@ -836,7 +836,7 @@ bool LocateProtocol::isHelpRequest()
void LocateProtocol::helpRequest()
{
// Redirect the user to our help documents.
- redirection("help:/kio-locate/");
+ redirection("help:/tdeio-locate/");
finished();
}