diff options
author | Laurent Montel <montel@kde.org> | 2020-07-07 20:59:51 +0200 |
---|---|---|
committer | Laurent Montel <montel@kde.org> | 2020-07-07 20:59:51 +0200 |
commit | 5d73eed1c377001631193e39340558ca8ce735a7 (patch) | |
tree | bbf53f6e3530dbbcf8fa8ac06cbe6002faa6db29 /src/kconf_update/kconf_update.cpp | |
parent | d4cd9edd6f90b4e593f4e64af2848dc79fc53fae (diff) | |
download | kconfig-5d73eed1c377001631193e39340558ca8ce735a7.tar.gz kconfig-5d73eed1c377001631193e39340558ca8ce735a7.tar.bz2 |
Use camelcase include. (scripted)
Diffstat (limited to 'src/kconf_update/kconf_update.cpp')
-rw-r--r-- | src/kconf_update/kconf_update.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kconf_update/kconf_update.cpp b/src/kconf_update/kconf_update.cpp index 7c3220f5..1571ea27 100644 --- a/src/kconf_update/kconf_update.cpp +++ b/src/kconf_update/kconf_update.cpp @@ -21,9 +21,9 @@ #include <kconfig.h> #include <kconfiggroup.h> -#include <qstandardpaths.h> -#include <qcommandlineparser.h> -#include <qcommandlineoption.h> +#include <QStandardPaths> +#include <QCommandLineParser> +#include <QCommandLineOption> #include "kconf_update_debug.h" #include "kconfigutils.h" |