summaryrefslogtreecommitdiffstats
path: root/tdecore/kglobalsettings.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:35:07 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:35:07 -0600
commit703fb0c89c2eee56a1e613e67a446db9d4287929 (patch)
treedd8c5ca66075cd89c2638a2b48cf78386a9870a7 /tdecore/kglobalsettings.h
parent818e7abec3d5d3809b6b77293558678371c16b71 (diff)
downloadtdelibs-703fb0c89c2eee56a1e613e67a446db9d4287929.tar.gz
tdelibs-703fb0c89c2eee56a1e613e67a446db9d4287929.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'tdecore/kglobalsettings.h')
-rw-r--r--tdecore/kglobalsettings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/kglobalsettings.h b/tdecore/kglobalsettings.h
index 2d3adc5e1..7a9c42900 100644
--- a/tdecore/kglobalsettings.h
+++ b/tdecore/kglobalsettings.h
@@ -241,7 +241,7 @@ class TDECORE_EXPORT TDEGlobalSettings
/**
* DEPRECATED (starting from kde-3.4).
* This isn't where the trash contents is, anymore.
- * Use KIO::trash() to trash files, "trash:/" to list the trash contents.
+ * Use TDEIO::trash() to trash files, "trash:/" to list the trash contents.
*/
static TQString trashPath() { initStatic(); return *s_trashPath; }
// KDE4: if you want to remove the above, move it to kdesktop/init.cc, which needs