mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-01 01:07:33 +00:00
Use camel-case headers
This commit is contained in:
parent
9d14c6da15
commit
9f5b29b8c3
1 changed files with 4 additions and 4 deletions
|
|
@ -33,15 +33,15 @@
|
||||||
#include <TelepathyQt/AccountManager>
|
#include <TelepathyQt/AccountManager>
|
||||||
#include <TelepathyQt/PendingReady>
|
#include <TelepathyQt/PendingReady>
|
||||||
|
|
||||||
#include <klocalizedstring.h>
|
#include <KLocalizedString>
|
||||||
#include <qcommandlineparser.h>
|
#include <QCommandLineParser>
|
||||||
#include <qcommandlineoption.h>
|
#include <QCommandLineOption>
|
||||||
#include <QtQml>
|
#include <QtQml>
|
||||||
|
|
||||||
#include <QQmlContext>
|
#include <QQmlContext>
|
||||||
#include <QQmlEngine>
|
#include <QQmlEngine>
|
||||||
#include <QQuickWindow>
|
#include <QQuickWindow>
|
||||||
#include <kdeclarative/qmlobject.h>
|
#include <KDeclarative/QmlObject>
|
||||||
#include <KAboutData>
|
#include <KAboutData>
|
||||||
#include <KDBusService>
|
#include <KDBusService>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue