diff options
author | Alex Merry <alex.merry@kde.org> | 2014-03-23 12:34:24 +0000 |
---|---|---|
committer | Alex Merry <alex.merry@kde.org> | 2014-03-23 12:34:24 +0000 |
commit | 41ccd7bcd61c478a4243165b1df0c48e2ecad0df (patch) | |
tree | d06c05e81bd29d8e84d17d3abdf0bc29d32d4206 | |
parent | 66f0e0272cb86b08699b79c1f3bc15d221366f0e (diff) | |
download | kconfig-41ccd7bcd61c478a4243165b1df0c48e2ecad0df.tar.gz kconfig-41ccd7bcd61c478a4243165b1df0c48e2ecad0df.tar.bz2 |
KStandardDirs -> QStandardPaths in apidox
-rw-r--r-- | src/core/ksharedconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ksharedconfig.h b/src/core/ksharedconfig.h index bb5e8665..03f05b08 100644 --- a/src/core/ksharedconfig.h +++ b/src/core/ksharedconfig.h @@ -63,7 +63,7 @@ public: * @param mode how global settings should affect the configuration * options exposed by this KConfig object * @param resourceType The standard directory to look for the configuration - * file in (see KStandardDirs) + * file in (see QStandardPaths) * * @sa KConfig */ |