summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:53:07 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:53:07 -0600
commit6b0dcdcbea3a5e0fbc1a3ecb0d7fc5e60c8e7f9f (patch)
tree0675cd8489396d2f495e1e4586dbc751915cb5b9
parent2e9d9798228556f593c176f27d1ab8a44cdbe1b2 (diff)
downloadtdeio-locate-6b0dcdcbea3a5e0fbc1a3ecb0d7fc5e60c8e7f9f.tar.gz
tdeio-locate-6b0dcdcbea3a5e0fbc1a3ecb0d7fc5e60c8e7f9f.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
-rw-r--r--src/kio_locate.cpp2
1 files changed, 1 insertions, 1 deletions
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);