diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:21:02 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:21:02 -0600 |
commit | 8e7816b2f9f62a2df094c5b2a7aa5abb6bc1226a (patch) | |
tree | 19ff5ecf5e6b5168e5503677f18b85f3dfa91f95 /tdecore/kstandarddirs.h | |
parent | 5bca2e3e42d02f8fed9ffc399ea14f8a05694cb0 (diff) | |
download | tdelibs-8e7816b2f9f62a2df094c5b2a7aa5abb6bc1226a.tar.gz tdelibs-8e7816b2f9f62a2df094c5b2a7aa5abb6bc1226a.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'tdecore/kstandarddirs.h')
-rw-r--r-- | tdecore/kstandarddirs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tdecore/kstandarddirs.h b/tdecore/kstandarddirs.h index 77fec4efd..560cca391 100644 --- a/tdecore/kstandarddirs.h +++ b/tdecore/kstandarddirs.h @@ -91,12 +91,12 @@ class KStandardDirsPrivate; * @li socket - UNIX Sockets (specific for both current host and current user) * @li emoticons - Emoticons themes (Since KDE 3.4) * - * A type that is added by the class KApplication if you use it, is + * A type that is added by the class TDEApplication if you use it, is * appdata. This one makes the use of the type data a bit easier as it * appends the name of the application. * So while you had to ::locate("data", "appname/filename") so you can - * also write ::locate("appdata", "filename") if your KApplication instance - * is called "appname" (as set via KApplication's constructor or KAboutData, if + * also write ::locate("appdata", "filename") if your TDEApplication instance + * is called "appname" (as set via TDEApplication's constructor or KAboutData, if * you use the global KStandardDirs object KGlobal::dirs()). * Please note though that you cannot use the "appdata" * type if you intend to use it in an applet for Kicker because 'appname' would |