diff --git a/autotests/sortfiltermodeltest.cpp b/autotests/sortfiltermodeltest.cpp index f23c5a7d4..6ee0e35b5 100644 --- a/autotests/sortfiltermodeltest.cpp +++ b/autotests/sortfiltermodeltest.cpp @@ -116,4 +116,3 @@ void SortFilterModelTest::mapRowFromSource() QCOMPARE(filterModel.mapRowFromSource(-1), -1); } -#include "sortfiltermodeltest.moc" diff --git a/examples/dataengines/customDataContainers/httpContainer.cpp b/examples/dataengines/customDataContainers/httpContainer.cpp index d60b4d50f..72e560dc2 100644 --- a/examples/dataengines/customDataContainers/httpContainer.cpp +++ b/examples/dataengines/customDataContainers/httpContainer.cpp @@ -96,5 +96,4 @@ void HttpContainer::fetchFinished(KJob *job) } } -#include "httpContainer.moc" diff --git a/examples/kpart/appletselector.cpp b/examples/kpart/appletselector.cpp index 5c6cef5c2..9a83726b0 100644 --- a/examples/kpart/appletselector.cpp +++ b/examples/kpart/appletselector.cpp @@ -64,4 +64,3 @@ void AppletSelector::selected(const QModelIndex &idx) emit addApplet(idx.data(Qt::UserRole + 1).toString()); } -#include "appletselector.moc" diff --git a/examples/kpart/containmentshell.cpp b/examples/kpart/containmentshell.cpp index 24a1f0aa3..a58b2dbd5 100644 --- a/examples/kpart/containmentshell.cpp +++ b/examples/kpart/containmentshell.cpp @@ -91,4 +91,3 @@ void ContainmentShell::optionsPreferences() m_dialog->show(); } -#include "containmentshell.moc" diff --git a/src/declarativeimports/core/corebindingsplugin.cpp b/src/declarativeimports/core/corebindingsplugin.cpp index fde046453..ed241baa6 100644 --- a/src/declarativeimports/core/corebindingsplugin.cpp +++ b/src/declarativeimports/core/corebindingsplugin.cpp @@ -108,5 +108,4 @@ void CoreBindingsPlugin::registerTypes(const char *uri) qmlRegisterType(uri, 2, 0, "WindowThumbnail"); } -#include "corebindingsplugin.moc" diff --git a/src/declarativeimports/core/datamodel.cpp b/src/declarativeimports/core/datamodel.cpp index 8e233a048..397855658 100644 --- a/src/declarativeimports/core/datamodel.cpp +++ b/src/declarativeimports/core/datamodel.cpp @@ -506,4 +506,3 @@ int DataModel::roleNameToId(const QString &name) } -#include "datamodel.moc" diff --git a/src/declarativeimports/core/datasource.cpp b/src/declarativeimports/core/datasource.cpp index 86671cf32..759e5f4fa 100644 --- a/src/declarativeimports/core/datasource.cpp +++ b/src/declarativeimports/core/datasource.cpp @@ -227,4 +227,3 @@ void DataSource::disconnectSource(const QString &source) } } -#include "datasource.moc" diff --git a/src/declarativeimports/core/framesvgitem.cpp b/src/declarativeimports/core/framesvgitem.cpp index 459a0636a..589b103bf 100644 --- a/src/declarativeimports/core/framesvgitem.cpp +++ b/src/declarativeimports/core/framesvgitem.cpp @@ -481,4 +481,3 @@ void FrameSvgItem::updateDevicePixelRatio() } // Plasma namespace -#include "framesvgitem.moc" diff --git a/src/declarativeimports/core/iconitem.cpp b/src/declarativeimports/core/iconitem.cpp index 08bb47d57..5da5265b9 100644 --- a/src/declarativeimports/core/iconitem.cpp +++ b/src/declarativeimports/core/iconitem.cpp @@ -378,4 +378,3 @@ void IconItem::componentComplete() loadPixmap(); } -#include "iconitem.moc" diff --git a/src/declarativeimports/core/serviceoperationstatus.cpp b/src/declarativeimports/core/serviceoperationstatus.cpp index 7cd2debaa..e22cc55c1 100644 --- a/src/declarativeimports/core/serviceoperationstatus.cpp +++ b/src/declarativeimports/core/serviceoperationstatus.cpp @@ -98,4 +98,3 @@ void ServiceOperationStatus::updateStatus() } } -#include "serviceoperationstatus.moc" diff --git a/src/declarativeimports/core/svgitem.cpp b/src/declarativeimports/core/svgitem.cpp index 73af29345..570c1c370 100644 --- a/src/declarativeimports/core/svgitem.cpp +++ b/src/declarativeimports/core/svgitem.cpp @@ -204,4 +204,3 @@ void SvgItem::updateDevicePixelRatio() } // Plasma namespace -#include "svgitem.moc" diff --git a/src/declarativeimports/plasmacomponents/fullscreensheet.cpp b/src/declarativeimports/plasmacomponents/fullscreensheet.cpp index d801b2370..fd739dfa2 100644 --- a/src/declarativeimports/plasmacomponents/fullscreensheet.cpp +++ b/src/declarativeimports/plasmacomponents/fullscreensheet.cpp @@ -138,5 +138,4 @@ void FullScreenSheet::open() } } -#include "fullscreensheet.moc" diff --git a/src/declarativeimports/plasmacomponents/fullscreenwindow.cpp b/src/declarativeimports/plasmacomponents/fullscreenwindow.cpp index 60d372562..05da708b9 100644 --- a/src/declarativeimports/plasmacomponents/fullscreenwindow.cpp +++ b/src/declarativeimports/plasmacomponents/fullscreenwindow.cpp @@ -381,5 +381,4 @@ bool FullScreenWindow::eventFilter(QObject *watched, QEvent *event) return false; } -#include "fullscreenwindow.moc" diff --git a/src/declarativeimports/plasmacomponents/qmenu.cpp b/src/declarativeimports/plasmacomponents/qmenu.cpp index d86687979..0b82a99f3 100644 --- a/src/declarativeimports/plasmacomponents/qmenu.cpp +++ b/src/declarativeimports/plasmacomponents/qmenu.cpp @@ -203,5 +203,4 @@ void QMenuProxy::close() m_menu->hide(); } -#include "qmenu.moc" diff --git a/src/declarativeimports/plasmacomponents/qmenuitem.cpp b/src/declarativeimports/plasmacomponents/qmenuitem.cpp index 1d9076f75..aa61288f5 100644 --- a/src/declarativeimports/plasmacomponents/qmenuitem.cpp +++ b/src/declarativeimports/plasmacomponents/qmenuitem.cpp @@ -118,5 +118,4 @@ void QMenuItem::updateAction() } -#include "qmenuitem.moc" diff --git a/src/declarativeimports/plasmacomponents/qrangemodel.cpp b/src/declarativeimports/plasmacomponents/qrangemodel.cpp index 6253f5801..f57b3233d 100644 --- a/src/declarativeimports/plasmacomponents/qrangemodel.cpp +++ b/src/declarativeimports/plasmacomponents/qrangemodel.cpp @@ -552,4 +552,3 @@ void QRangeModel::toMaximum() } // Plasma namespace -#include "qrangemodel.moc" diff --git a/src/declarativeimports/plasmaextracomponents/fallbackcomponent.cpp b/src/declarativeimports/plasmaextracomponents/fallbackcomponent.cpp index 9828cdc29..0cedb7224 100644 --- a/src/declarativeimports/plasmaextracomponents/fallbackcomponent.cpp +++ b/src/declarativeimports/plasmaextracomponents/fallbackcomponent.cpp @@ -87,4 +87,3 @@ QString FallbackComponent::filePath(const QString &key) return resolved; } -#include "fallbackcomponent.moc" diff --git a/src/declarativeimports/plasmaextracomponents/plasmaextracomponentsplugin.cpp b/src/declarativeimports/plasmaextracomponents/plasmaextracomponentsplugin.cpp index 448e13a73..1a25f066e 100644 --- a/src/declarativeimports/plasmaextracomponents/plasmaextracomponentsplugin.cpp +++ b/src/declarativeimports/plasmaextracomponents/plasmaextracomponentsplugin.cpp @@ -42,5 +42,4 @@ void PlasmaExtraComponentsPlugin::registerTypes(const char *uri) qmlRegisterType(uri, 2, 0, "FallbackComponent"); } -#include "plasmaextracomponentsplugin.moc" diff --git a/src/declarativeimports/plasmaextracomponents/resourceinstance.cpp b/src/declarativeimports/plasmaextracomponents/resourceinstance.cpp index af84cc0c5..65acd84fe 100644 --- a/src/declarativeimports/plasmaextracomponents/resourceinstance.cpp +++ b/src/declarativeimports/plasmaextracomponents/resourceinstance.cpp @@ -135,5 +135,4 @@ void ResourceInstance::notifyFocusedOut() m_resourceInstance->notifyFocusedOut(); } -#include "resourceinstance.moc" diff --git a/src/kpart/plasmakpartcorona.cpp b/src/kpart/plasmakpartcorona.cpp index 5325c4b26..b6c9fab74 100644 --- a/src/kpart/plasmakpartcorona.cpp +++ b/src/kpart/plasmakpartcorona.cpp @@ -79,4 +79,3 @@ void PlasmaKPartCorona::printScriptMessage(const QString &error) // qDebug() << "Startup script: " << error; } -#include "plasmakpartcorona.moc" diff --git a/src/kpart/plasmakpartview.cpp b/src/kpart/plasmakpartview.cpp index 13b9070de..431a9f64d 100644 --- a/src/kpart/plasmakpartview.cpp +++ b/src/kpart/plasmakpartview.cpp @@ -85,4 +85,3 @@ void PlasmaKPartView::updateGeometry() } } -#include "plasmakpartview.moc" diff --git a/src/kpart/scripting/layouttemplatepackagestructure.cpp b/src/kpart/scripting/layouttemplatepackagestructure.cpp index e77f3af11..affafb12e 100644 --- a/src/kpart/scripting/layouttemplatepackagestructure.cpp +++ b/src/kpart/scripting/layouttemplatepackagestructure.cpp @@ -38,5 +38,4 @@ LayoutTemplatePackageStructure::~LayoutTemplatePackageStructure() } -#include "layouttemplatepackagestructure.moc" diff --git a/src/kpart/scripting/scriptengine.cpp b/src/kpart/scripting/scriptengine.cpp index c2425bbf2..23a205757 100644 --- a/src/kpart/scripting/scriptengine.cpp +++ b/src/kpart/scripting/scriptengine.cpp @@ -373,5 +373,4 @@ QScriptValue ScriptEngine::theme(QScriptContext *context, QScriptEngine *engine) } -#include "scriptengine.moc" diff --git a/src/kpart/scripting/widget.cpp b/src/kpart/scripting/widget.cpp index e701b332b..25dbe18f3 100644 --- a/src/kpart/scripting/widget.cpp +++ b/src/kpart/scripting/widget.cpp @@ -271,5 +271,4 @@ void Widget::showConfigurationInterface() } -#include "widget.moc"