From 9057ce0c700fc26193936aabd8b748315be68c5d Mon Sep 17 00:00:00 2001 From: David Faure Date: Wed, 8 Feb 2012 23:33:03 +0100 Subject: [PATCH] Fix compilation with the new cmake automoc stuff. --- abstractdialogmanager.cpp | 2 ++ abstractrunner.cpp | 2 ++ abstractrunner.h | 1 + abstracttoolbox.cpp | 2 ++ animations/animation.cpp | 2 ++ animations/stackedlayout.cpp | 2 ++ animator.cpp | 3 +-- applet.cpp | 3 ++- containment.cpp | 2 ++ containmentactions.cpp | 2 ++ corona.cpp | 2 ++ datacontainer.cpp | 2 ++ dataengine.cpp | 2 ++ dataenginemanager.cpp | 2 ++ delegate.cpp | 2 ++ dialog.cpp | 2 ++ framesvg.cpp | 2 ++ packagestructure.cpp | 2 ++ popupapplet.cpp | 2 ++ private/datacontainer_p.cpp | 2 ++ private/focusindicator.cpp | 2 +- private/qtjolie-branch/qtjolie/abstractadaptor.cpp | 2 ++ private/qtjolie-branch/qtjolie/pendingcallwatcher.cpp | 2 ++ remote/accessappletjob.cpp | 2 ++ remote/accessmanager.cpp | 2 ++ remote/authorizationmanager.cpp | 2 ++ remote/authorizationrule.cpp | 2 ++ remote/clientpinrequest.cpp | 2 ++ remote/serviceaccessjob.cpp | 2 ++ runnercontext.cpp | 2 ++ runnermanager.cpp | 2 ++ scripting/appletscript.cpp | 2 ++ scripting/dataenginescript.cpp | 2 ++ scripting/runnerscript.cpp | 2 ++ scripting/scriptengine.cpp | 3 +-- scripting/wallpaperscript.cpp | 2 ++ service.cpp | 2 ++ servicejob.cpp | 2 ++ svg.cpp | 2 ++ theme.cpp | 2 +- tooltipmanager.cpp | 2 ++ view.cpp | 2 ++ wallpaper.cpp | 4 +++- widgets/busywidget.cpp | 4 +++- widgets/checkbox.cpp | 4 +++- widgets/combobox.cpp | 4 +++- widgets/declarativewidget.cpp | 4 +++- widgets/flashinglabel.cpp | 3 +++ widgets/frame.cpp | 4 +++- widgets/groupbox.cpp | 4 +++- widgets/iconwidget.cpp | 2 ++ widgets/itembackground.cpp | 3 +++ widgets/label.cpp | 4 +++- widgets/lineedit.cpp | 4 +++- widgets/meter.cpp | 4 +++- widgets/pushbutton.cpp | 4 +++- widgets/radiobutton.cpp | 4 +++- widgets/scrollbar.cpp | 4 +++- widgets/scrollwidget.cpp | 4 +++- widgets/separator.cpp | 3 +++ widgets/signalplotter.cpp | 3 +++ widgets/slider.cpp | 4 +++- widgets/spinbox.cpp | 4 +++- widgets/svgwidget.cpp | 3 +++ widgets/tabbar.cpp | 4 +++- widgets/textbrowser.cpp | 4 +++- widgets/textedit.cpp | 4 +++- widgets/toolbutton.cpp | 4 +++- widgets/treeview.cpp | 4 +++- widgets/videowidget.cpp | 4 +++- widgets/webview.cpp | 3 +++ 71 files changed, 165 insertions(+), 29 deletions(-) diff --git a/abstractdialogmanager.cpp b/abstractdialogmanager.cpp index 50d78f1b8..e40e2bf80 100644 --- a/abstractdialogmanager.cpp +++ b/abstractdialogmanager.cpp @@ -52,3 +52,5 @@ void AbstractDialogManager::showDialog(QWidget *widget, Plasma::Applet *applet) } + +#include "moc_abstractdialogmanager.cpp" diff --git a/abstractrunner.cpp b/abstractrunner.cpp index 95847ba07..447584221 100644 --- a/abstractrunner.cpp +++ b/abstractrunner.cpp @@ -453,3 +453,5 @@ void AbstractRunnerPrivate::setupScriptSupport() } // Plasma namespace + +#include "moc_abstractrunner.cpp" diff --git a/abstractrunner.h b/abstractrunner.h index 8404edff8..b0bed4c8a 100644 --- a/abstractrunner.h +++ b/abstractrunner.h @@ -23,6 +23,7 @@ #include #include #include +#include #include #include diff --git a/abstracttoolbox.cpp b/abstracttoolbox.cpp index a107e3bad..1ca59d261 100644 --- a/abstracttoolbox.cpp +++ b/abstracttoolbox.cpp @@ -114,3 +114,5 @@ void AbstractToolBox::reposition() } // plasma namespace + +#include "moc_abstracttoolbox.cpp" diff --git a/animations/animation.cpp b/animations/animation.cpp index c3887e30f..3332f645e 100644 --- a/animations/animation.cpp +++ b/animations/animation.cpp @@ -89,3 +89,5 @@ void Animation::updateCurrentTime(int currentTime) } //namespace Plasma + +#include "moc_animation.cpp" diff --git a/animations/stackedlayout.cpp b/animations/stackedlayout.cpp index 29ec0b637..46cb9ff67 100644 --- a/animations/stackedlayout.cpp +++ b/animations/stackedlayout.cpp @@ -106,3 +106,5 @@ qint32 StackedLayout::currentWidgetIndex() const { return m_currentWidgetIndex; } + +#include "moc_stackedlayout.cpp" diff --git a/animator.cpp b/animator.cpp index 201c28dba..99898070e 100644 --- a/animator.cpp +++ b/animator.cpp @@ -127,5 +127,4 @@ QEasingCurve Animator::create(Animator::CurveShape type) } // namespace Plasma -#include - +#include "moc_animator.cpp" diff --git a/applet.cpp b/applet.cpp index d59c6ab81..f3953f6b4 100644 --- a/applet.cpp +++ b/applet.cpp @@ -2581,4 +2581,5 @@ QSet AppletPrivate::s_customCategories; } // Plasma namespace -#include "moc_applet_p.cpp" +#include "moc_applet.cpp" +#include "private/moc_applet_p.cpp" diff --git a/containment.cpp b/containment.cpp index 02565dd42..5e389d10a 100644 --- a/containment.cpp +++ b/containment.cpp @@ -2428,3 +2428,5 @@ QHash * ContainmentPrivate::actionPlugins() } // Plasma namespace + +#include "moc_containment.cpp" diff --git a/containmentactions.cpp b/containmentactions.cpp index 0bb3c392e..dacd13b83 100644 --- a/containmentactions.cpp +++ b/containmentactions.cpp @@ -332,3 +332,5 @@ void ContainmentActions::setContainment(Containment *newContainment) { } // Plasma namespace + +#include "moc_containmentactions.cpp" diff --git a/corona.cpp b/corona.cpp index 6f880da8f..0d70558d4 100644 --- a/corona.cpp +++ b/corona.cpp @@ -1047,3 +1047,5 @@ QList CoronaPrivate::importLayout(const KConfigGroup &con } // namespace Plasma + +#include "moc_corona.cpp" diff --git a/datacontainer.cpp b/datacontainer.cpp index 36f08b513..2b2ee0915 100644 --- a/datacontainer.cpp +++ b/datacontainer.cpp @@ -357,3 +357,5 @@ void DataContainer::timerEvent(QTimerEvent * event) } // Plasma namespace + +#include "moc_datacontainer.cpp" diff --git a/dataengine.cpp b/dataengine.cpp index 680abe7ac..0da11e53f 100644 --- a/dataengine.cpp +++ b/dataengine.cpp @@ -710,3 +710,5 @@ void DataEnginePrivate::setupScriptSupport() } + +#include "moc_dataengine.cpp" diff --git a/dataenginemanager.cpp b/dataenginemanager.cpp index aa7e33f29..afff5a076 100644 --- a/dataenginemanager.cpp +++ b/dataenginemanager.cpp @@ -250,3 +250,5 @@ void DataEngineManager::timerEvent(QTimerEvent *) } // namespace Plasma + +#include "moc_dataenginemanager.cpp" diff --git a/delegate.cpp b/delegate.cpp index bdf8c5a7f..96ce661af 100644 --- a/delegate.cpp +++ b/delegate.cpp @@ -490,3 +490,5 @@ bool Delegate::showToolTip() const } + +#include "moc_delegate.cpp" diff --git a/dialog.cpp b/dialog.cpp index 59e1a8461..5e45a54a6 100644 --- a/dialog.cpp +++ b/dialog.cpp @@ -868,3 +868,5 @@ void Dialog::setAspectRatioMode(Plasma::AspectRatioMode mode) } } + +#include "moc_dialog.cpp" diff --git a/framesvg.cpp b/framesvg.cpp index 0fd13de92..07155c1a6 100644 --- a/framesvg.cpp +++ b/framesvg.cpp @@ -1093,3 +1093,5 @@ int FrameData::refcount() const } // Plasma namespace + +#include "moc_framesvg.cpp" diff --git a/packagestructure.cpp b/packagestructure.cpp index 4159e8afc..789d10730 100644 --- a/packagestructure.cpp +++ b/packagestructure.cpp @@ -58,3 +58,5 @@ bool PackageStructure::uninstallPackage(Package *package, const QString &package } + +#include "moc_packagestructure.cpp" diff --git a/popupapplet.cpp b/popupapplet.cpp index 54d22baa2..26fe294da 100644 --- a/popupapplet.cpp +++ b/popupapplet.cpp @@ -896,3 +896,5 @@ void PopupAppletPrivate::updateDialogPosition(bool move) } // Plasma namespace + +#include "moc_popupapplet.cpp" diff --git a/private/datacontainer_p.cpp b/private/datacontainer_p.cpp index 908ebe703..71ca7b2e7 100644 --- a/private/datacontainer_p.cpp +++ b/private/datacontainer_p.cpp @@ -167,3 +167,5 @@ void SignalRelay::timerEvent(QTimerEvent *event) } // Plasma namespace + +#include "moc_datacontainer_p.cpp" diff --git a/private/focusindicator.cpp b/private/focusindicator.cpp index 1d0744fdd..05f678d8a 100644 --- a/private/focusindicator.cpp +++ b/private/focusindicator.cpp @@ -318,5 +318,5 @@ FrameSvg *FocusIndicator::frameSvg() const } -#include +#include "moc_focusindicator_p.cpp" diff --git a/private/qtjolie-branch/qtjolie/abstractadaptor.cpp b/private/qtjolie-branch/qtjolie/abstractadaptor.cpp index 5352ba0fe..f16c13a72 100644 --- a/private/qtjolie-branch/qtjolie/abstractadaptor.cpp +++ b/private/qtjolie-branch/qtjolie/abstractadaptor.cpp @@ -39,3 +39,5 @@ AbstractAdaptor::~AbstractAdaptor() { delete d; } + +#include "moc_abstractadaptor.cpp" diff --git a/private/qtjolie-branch/qtjolie/pendingcallwatcher.cpp b/private/qtjolie-branch/qtjolie/pendingcallwatcher.cpp index 250eb5c31..1d669e9f0 100644 --- a/private/qtjolie-branch/qtjolie/pendingcallwatcher.cpp +++ b/private/qtjolie-branch/qtjolie/pendingcallwatcher.cpp @@ -46,3 +46,5 @@ void PendingCallWatcher::waitForFinished() waiter.waitForFinished(d.data()); } + +#include "moc_pendingcallwatcher.cpp" diff --git a/remote/accessappletjob.cpp b/remote/accessappletjob.cpp index 785b08775..033b109e2 100644 --- a/remote/accessappletjob.cpp +++ b/remote/accessappletjob.cpp @@ -206,3 +206,5 @@ void AccessAppletJob::start() } // namespace Plasma + +#include "moc_accessappletjob.cpp" diff --git a/remote/accessmanager.cpp b/remote/accessmanager.cpp index 2920a59b1..1ca3c195d 100644 --- a/remote/accessmanager.cpp +++ b/remote/accessmanager.cpp @@ -271,3 +271,5 @@ void AccessManagerPrivate::slotRemoveService(DNSSD::RemoteService::Ptr service) } // Plasma namespace + +#include "moc_accessmanager.cpp" diff --git a/remote/authorizationmanager.cpp b/remote/authorizationmanager.cpp index 17b72b430..e2c898b4b 100644 --- a/remote/authorizationmanager.cpp +++ b/remote/authorizationmanager.cpp @@ -314,3 +314,5 @@ void AuthorizationManagerPrivate::addCredentials(const Credentials &identity) } // Plasma namespace + +#include "moc_authorizationmanager.cpp" diff --git a/remote/authorizationrule.cpp b/remote/authorizationrule.cpp index bac6a292b..9f40dead1 100644 --- a/remote/authorizationrule.cpp +++ b/remote/authorizationrule.cpp @@ -168,3 +168,5 @@ QString AuthorizationRule::serviceName() const } // Plasma namespace + +#include "moc_authorizationrule.cpp" diff --git a/remote/clientpinrequest.cpp b/remote/clientpinrequest.cpp index 568650522..62391c5f9 100644 --- a/remote/clientpinrequest.cpp +++ b/remote/clientpinrequest.cpp @@ -75,3 +75,5 @@ QString ClientPinRequest::pin() const } // Plasma namespace + +#include "moc_clientpinrequest.cpp" diff --git a/remote/serviceaccessjob.cpp b/remote/serviceaccessjob.cpp index 4ff0ffc30..18c25ea74 100644 --- a/remote/serviceaccessjob.cpp +++ b/remote/serviceaccessjob.cpp @@ -73,3 +73,5 @@ void ServiceAccessJob::start() } // namespace Plasma + +#include "moc_serviceaccessjob.cpp" diff --git a/runnercontext.cpp b/runnercontext.cpp index 5c4147e66..a41986162 100644 --- a/runnercontext.cpp +++ b/runnercontext.cpp @@ -547,3 +547,5 @@ void RunnerContext::run(const QueryMatch &match) } // Plasma namespace + +#include "moc_runnercontext.cpp" diff --git a/runnermanager.cpp b/runnermanager.cpp index c008df8a3..a7e537f54 100644 --- a/runnermanager.cpp +++ b/runnermanager.cpp @@ -835,3 +835,5 @@ void RunnerManager::reset() } // Plasma namespace + +#include "moc_runnermanager.cpp" diff --git a/scripting/appletscript.cpp b/scripting/appletscript.cpp index d0b733ffa..aff7314fa 100644 --- a/scripting/appletscript.cpp +++ b/scripting/appletscript.cpp @@ -249,3 +249,5 @@ void AppletScript::setContainmentType(Containment::Type type) } // Plasma namespace + +#include "moc_appletscript.cpp" diff --git a/scripting/dataenginescript.cpp b/scripting/dataenginescript.cpp index 4c11f46bf..95ad1cb5c 100644 --- a/scripting/dataenginescript.cpp +++ b/scripting/dataenginescript.cpp @@ -218,3 +218,5 @@ void DataEngineScript::forceImmediateUpdateOfAllVisualizations() } // Plasma namespace + +#include "moc_dataenginescript.cpp" diff --git a/scripting/runnerscript.cpp b/scripting/runnerscript.cpp index adf818ed2..e1ec8ba37 100644 --- a/scripting/runnerscript.cpp +++ b/scripting/runnerscript.cpp @@ -188,3 +188,5 @@ QString RunnerScript::mainScript() const } // Plasma namespace + +#include "moc_runnerscript.cpp" diff --git a/scripting/scriptengine.cpp b/scripting/scriptengine.cpp index 52f20926b..b274de731 100644 --- a/scripting/scriptengine.cpp +++ b/scripting/scriptengine.cpp @@ -256,5 +256,4 @@ WallpaperScript *loadScriptEngine(const QString &language, Wallpaper *wallpaper) } // namespace Plasma -#include - +#include "moc_scriptengine.cpp" diff --git a/scripting/wallpaperscript.cpp b/scripting/wallpaperscript.cpp index 483a26f2c..8ed7f0d2e 100644 --- a/scripting/wallpaperscript.cpp +++ b/scripting/wallpaperscript.cpp @@ -221,3 +221,5 @@ void WallpaperScript::renderCompleted(const QImage &image) } // Plasma namespace + +#include "moc_wallpaperscript.cpp" diff --git a/service.cpp b/service.cpp index 0b728abe2..9ddecf2dc 100644 --- a/service.cpp +++ b/service.cpp @@ -418,3 +418,5 @@ void Service::registerOperationsScheme() } // namespace Plasma + +#include "moc_service.cpp" diff --git a/servicejob.cpp b/servicejob.cpp index 899c053e8..338b308ce 100644 --- a/servicejob.cpp +++ b/servicejob.cpp @@ -100,3 +100,5 @@ void ServiceJob::start() } // namespace Plasma + +#include "moc_servicejob.cpp" diff --git a/svg.cpp b/svg.cpp index 5a9806bd4..776f9c681 100644 --- a/svg.cpp +++ b/svg.cpp @@ -826,3 +826,5 @@ Theme *Svg::theme() const } // Plasma namespace + +#include "moc_svg.cpp" diff --git a/theme.cpp b/theme.cpp index 5de692420..1e424ca58 100644 --- a/theme.cpp +++ b/theme.cpp @@ -1066,4 +1066,4 @@ int Theme::toolTipDelay() const } -#include +#include "moc_theme.cpp" diff --git a/tooltipmanager.cpp b/tooltipmanager.cpp index a037b857a..f7725e9b1 100644 --- a/tooltipmanager.cpp +++ b/tooltipmanager.cpp @@ -496,3 +496,5 @@ bool ToolTipManager::eventFilter(QObject *watched, QEvent *event) } // Plasma namespace + +#include "moc_tooltipmanager.cpp" diff --git a/view.cpp b/view.cpp index 6dde8b7ce..8bedf9149 100644 --- a/view.cpp +++ b/view.cpp @@ -419,3 +419,5 @@ View * View::topLevelViewAt(const QPoint & pos) } // namespace Plasma + +#include "moc_view.cpp" diff --git a/wallpaper.cpp b/wallpaper.cpp index 769cd6a55..ba2d31609 100644 --- a/wallpaper.cpp +++ b/wallpaper.cpp @@ -663,4 +663,6 @@ Package Wallpaper::package() const } // Plasma namespace -#include "moc_wallpaper_p.cpp" + +#include "moc_wallpaper.cpp" +#include "private/moc_wallpaper_p.cpp" diff --git a/widgets/busywidget.cpp b/widgets/busywidget.cpp index 65353836d..0358807d8 100644 --- a/widgets/busywidget.cpp +++ b/widgets/busywidget.cpp @@ -216,5 +216,7 @@ void BusyWidget::mouseReleaseEvent(QGraphicsSceneMouseEvent *event) } // namespace Plasma -#include + + +#include "moc_busywidget.cpp" diff --git a/widgets/checkbox.cpp b/widgets/checkbox.cpp index e37405454..1cc014883 100644 --- a/widgets/checkbox.cpp +++ b/widgets/checkbox.cpp @@ -181,5 +181,7 @@ void CheckBox::changeEvent(QEvent *event) } // namespace Plasma -#include + + +#include "moc_checkbox.cpp" diff --git a/widgets/combobox.cpp b/widgets/combobox.cpp index d52eb0ab7..733ea8d0c 100644 --- a/widgets/combobox.cpp +++ b/widgets/combobox.cpp @@ -351,5 +351,7 @@ void ComboBox::setCurrentIndex(int index) } // namespace Plasma -#include + + +#include "moc_combobox.cpp" diff --git a/widgets/declarativewidget.cpp b/widgets/declarativewidget.cpp index 59c653d9d..9f4a8325c 100644 --- a/widgets/declarativewidget.cpp +++ b/widgets/declarativewidget.cpp @@ -265,5 +265,7 @@ void DeclarativeWidget::resizeEvent(QGraphicsSceneResizeEvent *event) } // namespace Plasma -#include + + +#include "moc_declarativewidget.cpp" diff --git a/widgets/flashinglabel.cpp b/widgets/flashinglabel.cpp index e79f4bd93..36f1b08de 100644 --- a/widgets/flashinglabel.cpp +++ b/widgets/flashinglabel.cpp @@ -328,3 +328,6 @@ void FlashingLabelPrivate::setPalette() q->update(); } + + +#include "moc_flashinglabel.cpp" diff --git a/widgets/frame.cpp b/widgets/frame.cpp index 7ce7178e5..0cf51eba7 100644 --- a/widgets/frame.cpp +++ b/widgets/frame.cpp @@ -275,5 +275,7 @@ void Frame::changeEvent(QEvent *event) } // namespace Plasma -#include + + +#include "moc_frame.cpp" diff --git a/widgets/groupbox.cpp b/widgets/groupbox.cpp index 0abc2ca61..d86222383 100644 --- a/widgets/groupbox.cpp +++ b/widgets/groupbox.cpp @@ -99,5 +99,7 @@ void GroupBox::changeEvent(QEvent *event) } // namespace Plasma -#include + + +#include "moc_groupbox.cpp" diff --git a/widgets/iconwidget.cpp b/widgets/iconwidget.cpp index cb03821cf..8f14dd327 100644 --- a/widgets/iconwidget.cpp +++ b/widgets/iconwidget.cpp @@ -1622,4 +1622,6 @@ void IconWidget::changeEvent(QEvent *event) } // namespace Plasma + +#include "moc_iconwidget.cpp" #include "moc_iconwidget_p.cpp" diff --git a/widgets/itembackground.cpp b/widgets/itembackground.cpp index 75ed506b6..8af7b430c 100644 --- a/widgets/itembackground.cpp +++ b/widgets/itembackground.cpp @@ -342,3 +342,6 @@ void ItemBackgroundPrivate::refreshCurrentTarget() + + +#include "moc_itembackground.cpp" diff --git a/widgets/label.cpp b/widgets/label.cpp index a216c6bd7..ebadcf1bd 100644 --- a/widgets/label.cpp +++ b/widgets/label.cpp @@ -347,5 +347,7 @@ QSizeF Label::sizeHint(Qt::SizeHint which, const QSizeF &constraint) const } // namespace Plasma -#include + + +#include "moc_label.cpp" diff --git a/widgets/lineedit.cpp b/widgets/lineedit.cpp index d000439bf..2a53b2a6d 100644 --- a/widgets/lineedit.cpp +++ b/widgets/lineedit.cpp @@ -226,5 +226,7 @@ void LineEdit::focusOutEvent(QFocusEvent *event) } // namespace Plasma -#include + + +#include "moc_lineedit.cpp" diff --git a/widgets/meter.cpp b/widgets/meter.cpp index 4e45a3834..8bb335d64 100644 --- a/widgets/meter.cpp +++ b/widgets/meter.cpp @@ -553,4 +553,6 @@ QSizeF Meter::sizeHint(Qt::SizeHint which, const QSizeF &constraint) const } // End of namepace -#include "moc_meter_p.cpp" + +#include "moc_meter.cpp" +#include "../private/moc_meter_p.cpp" diff --git a/widgets/pushbutton.cpp b/widgets/pushbutton.cpp index e67937b5f..060942811 100644 --- a/widgets/pushbutton.cpp +++ b/widgets/pushbutton.cpp @@ -536,5 +536,7 @@ QSizeF PushButton::sizeHint(Qt::SizeHint which, const QSizeF & constraint) const } // namespace Plasma -#include + + +#include "moc_pushbutton.cpp" diff --git a/widgets/radiobutton.cpp b/widgets/radiobutton.cpp index 67e08288c..6f300c530 100644 --- a/widgets/radiobutton.cpp +++ b/widgets/radiobutton.cpp @@ -170,5 +170,7 @@ void RadioButton::changeEvent(QEvent *event) } // namespace Plasma -#include + + +#include "moc_radiobutton.cpp" diff --git a/widgets/scrollbar.cpp b/widgets/scrollbar.cpp index 1426f0dc2..73c6a8188 100644 --- a/widgets/scrollbar.cpp +++ b/widgets/scrollbar.cpp @@ -149,4 +149,6 @@ void ScrollBar::contextMenuEvent(QGraphicsSceneContextMenuEvent *event) } -#include + + +#include "moc_scrollbar.cpp" diff --git a/widgets/scrollwidget.cpp b/widgets/scrollwidget.cpp index fea9e10a3..241645ee5 100644 --- a/widgets/scrollwidget.cpp +++ b/widgets/scrollwidget.cpp @@ -1585,5 +1585,7 @@ bool ScrollWidget::hasOverShoot() const } // namespace Plasma -#include + + +#include "moc_scrollwidget.cpp" diff --git a/widgets/separator.cpp b/widgets/separator.cpp index c60baea4d..2ec2c82c5 100644 --- a/widgets/separator.cpp +++ b/widgets/separator.cpp @@ -96,3 +96,6 @@ QSizeF Separator::sizeHint(Qt::SizeHint which, const QSizeF & constraint) const } // Plasma namespace + + +#include "moc_separator.cpp" diff --git a/widgets/signalplotter.cpp b/widgets/signalplotter.cpp index 2e0b74323..fd03ba0a9 100644 --- a/widgets/signalplotter.cpp +++ b/widgets/signalplotter.cpp @@ -1113,3 +1113,6 @@ QString SignalPlotter::lastValueAsString(uint i) const } // Plasma namespace + + +#include "moc_signalplotter.cpp" diff --git a/widgets/slider.cpp b/widgets/slider.cpp index bfad249b4..865823f00 100644 --- a/widgets/slider.cpp +++ b/widgets/slider.cpp @@ -251,5 +251,7 @@ QSlider *Slider::nativeWidget() const } // namespace Plasma -#include + + +#include "moc_slider.cpp" diff --git a/widgets/spinbox.cpp b/widgets/spinbox.cpp index 9c1c3fe66..9815b37e1 100644 --- a/widgets/spinbox.cpp +++ b/widgets/spinbox.cpp @@ -228,5 +228,7 @@ void SpinBox::focusOutEvent(QFocusEvent *event) } // namespace Plasma -#include + + +#include "moc_spinbox.cpp" diff --git a/widgets/svgwidget.cpp b/widgets/svgwidget.cpp index f8aa8e549..24816eb2b 100644 --- a/widgets/svgwidget.cpp +++ b/widgets/svgwidget.cpp @@ -139,3 +139,6 @@ QSizeF SvgWidget::sizeHint(Qt::SizeHint which, const QSizeF & constraint) const } // Plasma namespace + + +#include "moc_svgwidget.cpp" diff --git a/widgets/tabbar.cpp b/widgets/tabbar.cpp index 191c67cb1..522e84a4b 100644 --- a/widgets/tabbar.cpp +++ b/widgets/tabbar.cpp @@ -678,5 +678,7 @@ QGraphicsWidget *TabBar::lastPositionWidget() const } // namespace Plasma -#include + + +#include "moc_tabbar.cpp" diff --git a/widgets/textbrowser.cpp b/widgets/textbrowser.cpp index 870d570e0..43bf3689d 100644 --- a/widgets/textbrowser.cpp +++ b/widgets/textbrowser.cpp @@ -189,5 +189,7 @@ void TextBrowser::changeEvent(QEvent *event) } // namespace Plasma -#include + + +#include "moc_textbrowser.cpp" diff --git a/widgets/textedit.cpp b/widgets/textedit.cpp index 271f6cbfc..c98871d94 100644 --- a/widgets/textedit.cpp +++ b/widgets/textedit.cpp @@ -203,5 +203,7 @@ void TextEdit::focusOutEvent(QFocusEvent *event) } // namespace Plasma -#include + + +#include "moc_textedit.cpp" diff --git a/widgets/toolbutton.cpp b/widgets/toolbutton.cpp index ee9ed6a6c..e9f1e021d 100644 --- a/widgets/toolbutton.cpp +++ b/widgets/toolbutton.cpp @@ -456,5 +456,7 @@ QSizeF ToolButton::sizeHint(Qt::SizeHint which, const QSizeF & constraint) const } // namespace Plasma -#include + + +#include "moc_toolbutton.cpp" diff --git a/widgets/treeview.cpp b/widgets/treeview.cpp index ca7706602..797f16828 100644 --- a/widgets/treeview.cpp +++ b/widgets/treeview.cpp @@ -84,5 +84,7 @@ QTreeView *TreeView::nativeWidget() const } -#include + + +#include "moc_treeview.cpp" diff --git a/widgets/videowidget.cpp b/widgets/videowidget.cpp index d79a9fd95..360ad6865 100644 --- a/widgets/videowidget.cpp +++ b/widgets/videowidget.cpp @@ -635,5 +635,7 @@ void VideoWidget::hoverMoveEvent(QGraphicsSceneHoverEvent *event) } // namespace Plasma -#include + + +#include "moc_videowidget.cpp" diff --git a/widgets/webview.cpp b/widgets/webview.cpp index 85777691b..a76e82ca0 100644 --- a/widgets/webview.cpp +++ b/widgets/webview.cpp @@ -334,3 +334,6 @@ void WebViewPrivate::loadingFinished(bool success) } // namespace Plasma + + +#include "moc_webview.cpp"