Fix link to KSharedConfig::openConfig in apidoc

KSharedConfig has been ported to QStandardPaths in KF5.

REVIEW: 121272
wilder
Heiko Becker 11 years ago committed by Matthew Dawson
parent f844f6a85e
commit 3101bd24e0
  1. 2
      src/core/kconfig.h

@ -125,7 +125,7 @@ public:
* @param type The standard directory to look for the configuration
* file in
*
* @sa KSharedConfig::openConfig(const QString&, OpenFlags, const char*)
* @sa KSharedConfig::openConfig(const QString&, OpenFlags, QStandardPaths::StandardLocation)
*/
explicit KConfig(const QString &file = QString(), OpenFlags mode = FullConfig,
QStandardPaths::StandardLocation type = QStandardPaths::GenericConfigLocation);

Loading…
Cancel
Save