Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Akonadi Contacts
Commits
cc70ea84
Commit
cc70ea84
authored
Jun 06, 2017
by
Laurent Montel
😁
Browse files
Remove Qt module in include
parent
49e4d1f1
Changes
33
Hide whitespace changes
Inline
Side-by-side
autotests/contactmetadataattributetest.h
View file @
cc70ea84
...
...
@@ -22,7 +22,7 @@
#ifndef CONTACTMETADATAATTRIBUTETEST_H
#define CONTACTMETADATAATTRIBUTETEST_H
#include <
QtCore/
QObject>
#include <QObject>
class
ContactMetaDataAttributeTest
:
public
QObject
{
...
...
src/abstractcontactformatter.h
View file @
cc70ea84
...
...
@@ -24,7 +24,7 @@
#include "akonadi-contact_export.h"
#include <
QtCore/
QVariantMap>
#include <QVariantMap>
namespace
KContacts
{
...
...
src/abstractcontactgroupformatter.h
View file @
cc70ea84
...
...
@@ -24,7 +24,7 @@
#include "akonadi-contact_export.h"
#include <
QtCore/
QVariant>
#include <QVariant>
namespace
KContacts
{
...
...
src/actions/qdialer.h
View file @
cc70ea84
...
...
@@ -23,7 +23,7 @@
#ifndef QDIALER_H
#define QDIALER_H
#include <
QtCore/
QString>
#include <QString>
class
QDialer
{
...
...
src/actions/qekigadialer.cpp
View file @
cc70ea84
...
...
@@ -26,11 +26,11 @@
#include <QDBusConnectionInterface>
#include <
QtCore/
QProcess>
#include <
QtDBus/
QDBusConnection>
#include <
QtDBus/
QDBusConnectionInterface>
#include <
QtDBus/
QDBusInterface>
#include <
QtDBus/
QDBusReply>
#include <QProcess>
#include <QDBusConnection>
#include <QDBusConnectionInterface>
#include <QDBusInterface>
#include <QDBusReply>
#include <unistd.h>
#include <QString>
...
...
src/actions/qsflphonedialer.cpp
View file @
cc70ea84
...
...
@@ -26,11 +26,11 @@
#include <QDBusConnectionInterface>
#include <
QtCore/
QProcess>
#include <
QtDBus/
QDBusConnection>
#include <
QtDBus/
QDBusConnectionInterface>
#include <
QtDBus/
QDBusInterface>
#include <
QtDBus/
QDBusReply>
#include <QProcess>
#include <QDBusConnection>
#include <QDBusConnectionInterface>
#include <QDBusInterface>
#include <QDBusReply>
#include <unistd.h>
...
...
src/actions/qskypedialer.cpp
View file @
cc70ea84
...
...
@@ -23,11 +23,11 @@
#include <KDBusConnectionPool>
#include <
QtCore/
QProcess>
#include <
QtDBus/
QDBusConnection>
#include <
QtDBus/
QDBusConnectionInterface>
#include <
QtDBus/
QDBusInterface>
#include <
QtDBus/
QDBusReply>
#include <QProcess>
#include <QDBusConnection>
#include <QDBusConnectionInterface>
#include <QDBusInterface>
#include <QDBusReply>
#include <KLocalizedString>
#include <unistd.h>
...
...
src/actions/qskypedialer.h
View file @
cc70ea84
...
...
@@ -24,7 +24,7 @@
#include "qdialer.h"
#include <
QtCore/
QString>
#include <QString>
class
QDBusInterface
;
...
...
src/attributes/contactmetadataattribute.cpp
View file @
cc70ea84
...
...
@@ -21,7 +21,7 @@
#include "contactmetadataattribute_p.h"
#include <
QtCore/
QDataStream>
#include <QDataStream>
using
namespace
Akonadi
;
...
...
src/attributes/contactmetadataattribute_p.h
View file @
cc70ea84
...
...
@@ -26,7 +26,7 @@
#include <attribute.h>
#include <
QtCore/
QVariant>
#include <QVariant>
namespace
Akonadi
{
...
...
src/contactdefaultactions.cpp
View file @
cc70ea84
...
...
@@ -28,7 +28,7 @@
#include <kcontacts/address.h>
#include <kcontacts/addressee.h>
#include <kcontacts/phonenumber.h>
#include <
QtCore/
QUrl>
#include <QUrl>
#include <QDesktopServices>
using
namespace
Akonadi
;
...
...
src/contactdefaultactions.h
View file @
cc70ea84
...
...
@@ -24,7 +24,7 @@
#include "akonadi-contact_export.h"
#include <
QtCore/
QObject>
#include <QObject>
class
QUrl
;
...
...
src/contacteditor.cpp
View file @
cc70ea84
...
...
@@ -38,7 +38,7 @@
#include <kcontacts/addressee.h>
#include <KLocalizedString>
#include <
QtCore/
QPointer>
#include <QPointer>
#include <QVBoxLayout>
#include <QMessageBox>
...
...
src/contactgroupeditor.cpp
View file @
cc70ea84
...
...
@@ -40,7 +40,7 @@
#include <KMessageBox>
#include <KColorScheme>
#include <
QtCore/
QTimer>
#include <QTimer>
#include <QMessageBox>
using
namespace
Akonadi
;
...
...
src/contactgroupeditordelegate.cpp
View file @
cc70ea84
...
...
@@ -27,7 +27,7 @@
#include <entitytreemodel.h>
#include <KComboBox>
#include <
QtCore/
QTimer>
#include <QTimer>
#include <QIcon>
#include <QAbstractItemView>
#include <QCompleter>
...
...
src/contactgroupmodel_p.h
View file @
cc70ea84
...
...
@@ -22,7 +22,7 @@
#ifndef AKONADI_CONTACTGROUPMODEL_P_H
#define AKONADI_CONTACTGROUPMODEL_P_H
#include <
QtCore/
QAbstractItemModel>
#include <QAbstractItemModel>
#include <kcontacts/contactgroup.h>
...
...
src/contactmetadataakonadi_p.h
View file @
cc70ea84
...
...
@@ -22,8 +22,8 @@
#ifndef AKONADI_CONTACTMETADATA_P_H
#define AKONADI_CONTACTMETADATA_P_H
#include <
QtCore/
QStringList>
#include <
QtCore/
QVariant>
#include <QStringList>
#include <QVariant>
#include "contactmetadatabase_p.h"
namespace
Akonadi
{
...
...
src/contactmetadatabase_p.h
View file @
cc70ea84
...
...
@@ -22,8 +22,8 @@
#ifndef AKONADI_CONTACTMETADATABASE_P_H
#define AKONADI_CONTACTMETADATABASE_P_H
#include <
QtCore/
QStringList>
#include <
QtCore/
QVariant>
#include <QStringList>
#include <QVariant>
namespace
Akonadi
{
...
...
src/editor/generalinfoeditor/displaynameeditwidget.cpp
View file @
cc70ea84
...
...
@@ -22,7 +22,7 @@
#include "displaynameeditwidget.h"
#include <
QtCore/
QEvent>
#include <QEvent>
#include <QAbstractItemView>
#include <QHBoxLayout>
#include <QPainter>
...
...
src/editor/personaleditor/dateeditwidget.h
View file @
cc70ea84
...
...
@@ -22,7 +22,7 @@
#ifndef DATEEDITWIDGET_H
#define DATEEDITWIDGET_H
#include <
QtCore/
QDate>
#include <QDate>
#include <QLineEdit>
#include <QWidget>
...
...
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment