diff options
author | Timothy Pearson <[email protected]> | 2013-01-31 13:19:08 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-31 13:19:08 -0600 |
commit | ac04782336b6a026b44df9d51ba9ca008a712da2 (patch) | |
tree | 62ad1da391a6dad027a2d371671b19e5306acee0 /lib/kofficecore/KoGlobal.cpp | |
parent | f7055674768fa7f0267da4a14b9061e60ebab3fc (diff) | |
download | koffice-ac04782336b6a026b44df9d51ba9ca008a712da2.tar.gz koffice-ac04782336b6a026b44df9d51ba9ca008a712da2.zip |
Rename KStandard for enhanced compatibility with KDE4
Diffstat (limited to 'lib/kofficecore/KoGlobal.cpp')
-rw-r--r-- | lib/kofficecore/KoGlobal.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kofficecore/KoGlobal.cpp b/lib/kofficecore/KoGlobal.cpp index 56639797..40050232 100644 --- a/lib/kofficecore/KoGlobal.cpp +++ b/lib/kofficecore/KoGlobal.cpp @@ -55,7 +55,7 @@ KoGlobal::KoGlobal() KImageIO::registerFormats(); - // Tell KStandardDirs about the koffice prefix + // Tell TDEStandardDirs about the koffice prefix TDEGlobal::dirs()->addPrefix(PREFIX); // Tell the iconloader about share/apps/koffice/icons |