From 6b0dcdcbea3a5e0fbc1a3ecb0d7fc5e60c8e7f9f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 19:53:07 -0600 Subject: [PATCH] Rename KInstance and KAboutData to avoid conflicts with KDE4 --- src/kio_locate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kio_locate.cpp b/src/kio_locate.cpp index d5965e7..d1d72d0 100644 --- a/src/kio_locate.cpp +++ b/src/kio_locate.cpp @@ -1013,7 +1013,7 @@ extern "C" { int kdemain(int argc, char **argv) { - // We use TDEApplication instead of KInstance here, because we use a + // We use TDEApplication instead of TDEInstance here, because we use a // config dialog and such gui stuff. TDEApplication app(argc, argv, "kio_locate", false, true);