Fix compilation with the new cmake automoc stuff.
This commit is contained in:
parent
51dafbe2e9
commit
9057ce0c70
@ -52,3 +52,5 @@ void AbstractDialogManager::showDialog(QWidget *widget, Plasma::Applet *applet)
|
||||
|
||||
}
|
||||
|
||||
|
||||
#include "moc_abstractdialogmanager.cpp"
|
||||
|
@ -453,3 +453,5 @@ void AbstractRunnerPrivate::setupScriptSupport()
|
||||
|
||||
} // Plasma namespace
|
||||
|
||||
|
||||
#include "moc_abstractrunner.cpp"
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include <QtCore/QObject>
|
||||
#include <QtCore/QMutex>
|
||||
#include <QtCore/QStringList>
|
||||
#include <QIcon>
|
||||
|
||||
#include <kconfiggroup.h>
|
||||
#include <kservice.h>
|
||||
|
@ -114,3 +114,5 @@ void AbstractToolBox::reposition()
|
||||
} // plasma namespace
|
||||
|
||||
|
||||
|
||||
#include "moc_abstracttoolbox.cpp"
|
||||
|
@ -89,3 +89,5 @@ void Animation::updateCurrentTime(int currentTime)
|
||||
|
||||
} //namespace Plasma
|
||||
|
||||
|
||||
#include "moc_animation.cpp"
|
||||
|
@ -106,3 +106,5 @@ qint32 StackedLayout::currentWidgetIndex() const
|
||||
{
|
||||
return m_currentWidgetIndex;
|
||||
}
|
||||
|
||||
#include "moc_stackedlayout.cpp"
|
||||
|
@ -127,5 +127,4 @@ QEasingCurve Animator::create(Animator::CurveShape type)
|
||||
|
||||
} // namespace Plasma
|
||||
|
||||
#include <animator.moc>
|
||||
|
||||
#include "moc_animator.cpp"
|
||||
|
@ -2581,4 +2581,5 @@ QSet<QString> AppletPrivate::s_customCategories;
|
||||
|
||||
} // Plasma namespace
|
||||
|
||||
#include "moc_applet_p.cpp"
|
||||
#include "moc_applet.cpp"
|
||||
#include "private/moc_applet_p.cpp"
|
||||
|
@ -2428,3 +2428,5 @@ QHash<QString, ContainmentActions*> * ContainmentPrivate::actionPlugins()
|
||||
} // Plasma namespace
|
||||
|
||||
|
||||
|
||||
#include "moc_containment.cpp"
|
||||
|
@ -332,3 +332,5 @@ void ContainmentActions::setContainment(Containment *newContainment) {
|
||||
|
||||
} // Plasma namespace
|
||||
|
||||
|
||||
#include "moc_containmentactions.cpp"
|
||||
|
@ -1047,3 +1047,5 @@ QList<Plasma::Containment *> CoronaPrivate::importLayout(const KConfigGroup &con
|
||||
} // namespace Plasma
|
||||
|
||||
|
||||
|
||||
#include "moc_corona.cpp"
|
||||
|
@ -357,3 +357,5 @@ void DataContainer::timerEvent(QTimerEvent * event)
|
||||
} // Plasma namespace
|
||||
|
||||
|
||||
|
||||
#include "moc_datacontainer.cpp"
|
||||
|
@ -710,3 +710,5 @@ void DataEnginePrivate::setupScriptSupport()
|
||||
|
||||
}
|
||||
|
||||
|
||||
#include "moc_dataengine.cpp"
|
||||
|
@ -250,3 +250,5 @@ void DataEngineManager::timerEvent(QTimerEvent *)
|
||||
|
||||
} // namespace Plasma
|
||||
|
||||
|
||||
#include "moc_dataenginemanager.cpp"
|
||||
|
@ -490,3 +490,5 @@ bool Delegate::showToolTip() const
|
||||
}
|
||||
|
||||
|
||||
|
||||
#include "moc_delegate.cpp"
|
||||
|
@ -868,3 +868,5 @@ void Dialog::setAspectRatioMode(Plasma::AspectRatioMode mode)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#include "moc_dialog.cpp"
|
||||
|
@ -1093,3 +1093,5 @@ int FrameData::refcount() const
|
||||
|
||||
} // Plasma namespace
|
||||
|
||||
|
||||
#include "moc_framesvg.cpp"
|
||||
|
@ -58,3 +58,5 @@ bool PackageStructure::uninstallPackage(Package *package, const QString &package
|
||||
}
|
||||
|
||||
|
||||
|
||||
#include "moc_packagestructure.cpp"
|
||||
|
@ -896,3 +896,5 @@ void PopupAppletPrivate::updateDialogPosition(bool move)
|
||||
} // Plasma namespace
|
||||
|
||||
|
||||
|
||||
#include "moc_popupapplet.cpp"
|
||||
|
@ -167,3 +167,5 @@ void SignalRelay::timerEvent(QTimerEvent *event)
|
||||
} // Plasma namespace
|
||||
|
||||
|
||||
|
||||
#include "moc_datacontainer_p.cpp"
|
||||
|
@ -318,5 +318,5 @@ FrameSvg *FocusIndicator::frameSvg() const
|
||||
|
||||
}
|
||||
|
||||
#include <focusindicator_p.moc>
|
||||
#include "moc_focusindicator_p.cpp"
|
||||
|
||||
|
@ -39,3 +39,5 @@ AbstractAdaptor::~AbstractAdaptor()
|
||||
{
|
||||
delete d;
|
||||
}
|
||||
|
||||
#include "moc_abstractadaptor.cpp"
|
||||
|
@ -46,3 +46,5 @@ void PendingCallWatcher::waitForFinished()
|
||||
waiter.waitForFinished(d.data());
|
||||
}
|
||||
|
||||
|
||||
#include "moc_pendingcallwatcher.cpp"
|
||||
|
@ -206,3 +206,5 @@ void AccessAppletJob::start()
|
||||
} // namespace Plasma
|
||||
|
||||
|
||||
|
||||
#include "moc_accessappletjob.cpp"
|
||||
|
@ -271,3 +271,5 @@ void AccessManagerPrivate::slotRemoveService(DNSSD::RemoteService::Ptr service)
|
||||
|
||||
} // Plasma namespace
|
||||
|
||||
|
||||
#include "moc_accessmanager.cpp"
|
||||
|
@ -314,3 +314,5 @@ void AuthorizationManagerPrivate::addCredentials(const Credentials &identity)
|
||||
|
||||
} // Plasma namespace
|
||||
|
||||
|
||||
#include "moc_authorizationmanager.cpp"
|
||||
|
@ -168,3 +168,5 @@ QString AuthorizationRule::serviceName() const
|
||||
|
||||
} // Plasma namespace
|
||||
|
||||
|
||||
#include "moc_authorizationrule.cpp"
|
||||
|
@ -75,3 +75,5 @@ QString ClientPinRequest::pin() const
|
||||
} // Plasma namespace
|
||||
|
||||
|
||||
|
||||
#include "moc_clientpinrequest.cpp"
|
||||
|
@ -73,3 +73,5 @@ void ServiceAccessJob::start()
|
||||
} // namespace Plasma
|
||||
|
||||
|
||||
|
||||
#include "moc_serviceaccessjob.cpp"
|
||||
|
@ -547,3 +547,5 @@ void RunnerContext::run(const QueryMatch &match)
|
||||
|
||||
} // Plasma namespace
|
||||
|
||||
|
||||
#include "moc_runnercontext.cpp"
|
||||
|
@ -835,3 +835,5 @@ void RunnerManager::reset()
|
||||
|
||||
} // Plasma namespace
|
||||
|
||||
|
||||
#include "moc_runnermanager.cpp"
|
||||
|
@ -249,3 +249,5 @@ void AppletScript::setContainmentType(Containment::Type type)
|
||||
|
||||
} // Plasma namespace
|
||||
|
||||
|
||||
#include "moc_appletscript.cpp"
|
||||
|
@ -218,3 +218,5 @@ void DataEngineScript::forceImmediateUpdateOfAllVisualizations()
|
||||
|
||||
} // Plasma namespace
|
||||
|
||||
|
||||
#include "moc_dataenginescript.cpp"
|
||||
|
@ -188,3 +188,5 @@ QString RunnerScript::mainScript() const
|
||||
|
||||
} // Plasma namespace
|
||||
|
||||
|
||||
#include "moc_runnerscript.cpp"
|
||||
|
@ -256,5 +256,4 @@ WallpaperScript *loadScriptEngine(const QString &language, Wallpaper *wallpaper)
|
||||
|
||||
} // namespace Plasma
|
||||
|
||||
#include <scriptengine.moc>
|
||||
|
||||
#include "moc_scriptengine.cpp"
|
||||
|
@ -221,3 +221,5 @@ void WallpaperScript::renderCompleted(const QImage &image)
|
||||
|
||||
} // Plasma namespace
|
||||
|
||||
|
||||
#include "moc_wallpaperscript.cpp"
|
||||
|
@ -418,3 +418,5 @@ void Service::registerOperationsScheme()
|
||||
} // namespace Plasma
|
||||
|
||||
|
||||
|
||||
#include "moc_service.cpp"
|
||||
|
@ -100,3 +100,5 @@ void ServiceJob::start()
|
||||
} // namespace Plasma
|
||||
|
||||
|
||||
|
||||
#include "moc_servicejob.cpp"
|
||||
|
2
svg.cpp
2
svg.cpp
@ -826,3 +826,5 @@ Theme *Svg::theme() const
|
||||
} // Plasma namespace
|
||||
|
||||
|
||||
|
||||
#include "moc_svg.cpp"
|
||||
|
@ -1066,4 +1066,4 @@ int Theme::toolTipDelay() const
|
||||
|
||||
}
|
||||
|
||||
#include <theme.moc>
|
||||
#include "moc_theme.cpp"
|
||||
|
@ -496,3 +496,5 @@ bool ToolTipManager::eventFilter(QObject *watched, QEvent *event)
|
||||
} // Plasma namespace
|
||||
|
||||
|
||||
|
||||
#include "moc_tooltipmanager.cpp"
|
||||
|
2
view.cpp
2
view.cpp
@ -419,3 +419,5 @@ View * View::topLevelViewAt(const QPoint & pos)
|
||||
} // namespace Plasma
|
||||
|
||||
|
||||
|
||||
#include "moc_view.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"
|
||||
|
@ -216,5 +216,7 @@ void BusyWidget::mouseReleaseEvent(QGraphicsSceneMouseEvent *event)
|
||||
|
||||
} // namespace Plasma
|
||||
|
||||
#include <busywidget.moc>
|
||||
|
||||
|
||||
|
||||
#include "moc_busywidget.cpp"
|
||||
|
@ -181,5 +181,7 @@ void CheckBox::changeEvent(QEvent *event)
|
||||
|
||||
} // namespace Plasma
|
||||
|
||||
#include <checkbox.moc>
|
||||
|
||||
|
||||
|
||||
#include "moc_checkbox.cpp"
|
||||
|
@ -351,5 +351,7 @@ void ComboBox::setCurrentIndex(int index)
|
||||
|
||||
} // namespace Plasma
|
||||
|
||||
#include <combobox.moc>
|
||||
|
||||
|
||||
|
||||
#include "moc_combobox.cpp"
|
||||
|
@ -265,5 +265,7 @@ void DeclarativeWidget::resizeEvent(QGraphicsSceneResizeEvent *event)
|
||||
|
||||
} // namespace Plasma
|
||||
|
||||
#include <declarativewidget.moc>
|
||||
|
||||
|
||||
|
||||
#include "moc_declarativewidget.cpp"
|
||||
|
@ -328,3 +328,6 @@ void FlashingLabelPrivate::setPalette()
|
||||
q->update();
|
||||
}
|
||||
|
||||
|
||||
|
||||
#include "moc_flashinglabel.cpp"
|
||||
|
@ -275,5 +275,7 @@ void Frame::changeEvent(QEvent *event)
|
||||
|
||||
} // namespace Plasma
|
||||
|
||||
#include <frame.moc>
|
||||
|
||||
|
||||
|
||||
#include "moc_frame.cpp"
|
||||
|
@ -99,5 +99,7 @@ void GroupBox::changeEvent(QEvent *event)
|
||||
|
||||
} // namespace Plasma
|
||||
|
||||
#include <groupbox.moc>
|
||||
|
||||
|
||||
|
||||
#include "moc_groupbox.cpp"
|
||||
|
@ -1622,4 +1622,6 @@ void IconWidget::changeEvent(QEvent *event)
|
||||
|
||||
} // namespace Plasma
|
||||
|
||||
|
||||
#include "moc_iconwidget.cpp"
|
||||
#include "moc_iconwidget_p.cpp"
|
||||
|
@ -342,3 +342,6 @@ void ItemBackgroundPrivate::refreshCurrentTarget()
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#include "moc_itembackground.cpp"
|
||||
|
@ -347,5 +347,7 @@ QSizeF Label::sizeHint(Qt::SizeHint which, const QSizeF &constraint) const
|
||||
|
||||
} // namespace Plasma
|
||||
|
||||
#include <label.moc>
|
||||
|
||||
|
||||
|
||||
#include "moc_label.cpp"
|
||||
|
@ -226,5 +226,7 @@ void LineEdit::focusOutEvent(QFocusEvent *event)
|
||||
|
||||
} // namespace Plasma
|
||||
|
||||
#include <lineedit.moc>
|
||||
|
||||
|
||||
|
||||
#include "moc_lineedit.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"
|
||||
|
@ -536,5 +536,7 @@ QSizeF PushButton::sizeHint(Qt::SizeHint which, const QSizeF & constraint) const
|
||||
|
||||
} // namespace Plasma
|
||||
|
||||
#include <pushbutton.moc>
|
||||
|
||||
|
||||
|
||||
#include "moc_pushbutton.cpp"
|
||||
|
@ -170,5 +170,7 @@ void RadioButton::changeEvent(QEvent *event)
|
||||
|
||||
} // namespace Plasma
|
||||
|
||||
#include <radiobutton.moc>
|
||||
|
||||
|
||||
|
||||
#include "moc_radiobutton.cpp"
|
||||
|
@ -149,4 +149,6 @@ void ScrollBar::contextMenuEvent(QGraphicsSceneContextMenuEvent *event)
|
||||
|
||||
}
|
||||
|
||||
#include <scrollbar.moc>
|
||||
|
||||
|
||||
#include "moc_scrollbar.cpp"
|
||||
|
@ -1585,5 +1585,7 @@ bool ScrollWidget::hasOverShoot() const
|
||||
} // namespace Plasma
|
||||
|
||||
|
||||
#include <scrollwidget.moc>
|
||||
|
||||
|
||||
|
||||
#include "moc_scrollwidget.cpp"
|
||||
|
@ -96,3 +96,6 @@ QSizeF Separator::sizeHint(Qt::SizeHint which, const QSizeF & constraint) const
|
||||
|
||||
} // Plasma namespace
|
||||
|
||||
|
||||
|
||||
#include "moc_separator.cpp"
|
||||
|
@ -1113,3 +1113,6 @@ QString SignalPlotter::lastValueAsString(uint i) const
|
||||
} // Plasma namespace
|
||||
|
||||
|
||||
|
||||
|
||||
#include "moc_signalplotter.cpp"
|
||||
|
@ -251,5 +251,7 @@ QSlider *Slider::nativeWidget() const
|
||||
|
||||
} // namespace Plasma
|
||||
|
||||
#include <slider.moc>
|
||||
|
||||
|
||||
|
||||
#include "moc_slider.cpp"
|
||||
|
@ -228,5 +228,7 @@ void SpinBox::focusOutEvent(QFocusEvent *event)
|
||||
|
||||
} // namespace Plasma
|
||||
|
||||
#include <spinbox.moc>
|
||||
|
||||
|
||||
|
||||
#include "moc_spinbox.cpp"
|
||||
|
@ -139,3 +139,6 @@ QSizeF SvgWidget::sizeHint(Qt::SizeHint which, const QSizeF & constraint) const
|
||||
|
||||
} // Plasma namespace
|
||||
|
||||
|
||||
|
||||
#include "moc_svgwidget.cpp"
|
||||
|
@ -678,5 +678,7 @@ QGraphicsWidget *TabBar::lastPositionWidget() const
|
||||
|
||||
} // namespace Plasma
|
||||
|
||||
#include <tabbar.moc>
|
||||
|
||||
|
||||
|
||||
#include "moc_tabbar.cpp"
|
||||
|
@ -189,5 +189,7 @@ void TextBrowser::changeEvent(QEvent *event)
|
||||
|
||||
} // namespace Plasma
|
||||
|
||||
#include <textbrowser.moc>
|
||||
|
||||
|
||||
|
||||
#include "moc_textbrowser.cpp"
|
||||
|
@ -203,5 +203,7 @@ void TextEdit::focusOutEvent(QFocusEvent *event)
|
||||
|
||||
} // namespace Plasma
|
||||
|
||||
#include <textedit.moc>
|
||||
|
||||
|
||||
|
||||
#include "moc_textedit.cpp"
|
||||
|
@ -456,5 +456,7 @@ QSizeF ToolButton::sizeHint(Qt::SizeHint which, const QSizeF & constraint) const
|
||||
|
||||
} // namespace Plasma
|
||||
|
||||
#include <toolbutton.moc>
|
||||
|
||||
|
||||
|
||||
#include "moc_toolbutton.cpp"
|
||||
|
@ -84,5 +84,7 @@ QTreeView *TreeView::nativeWidget() const
|
||||
|
||||
}
|
||||
|
||||
#include <treeview.moc>
|
||||
|
||||
|
||||
|
||||
#include "moc_treeview.cpp"
|
||||
|
@ -635,5 +635,7 @@ void VideoWidget::hoverMoveEvent(QGraphicsSceneHoverEvent *event)
|
||||
|
||||
} // namespace Plasma
|
||||
|
||||
#include <videowidget.moc>
|
||||
|
||||
|
||||
|
||||
#include "moc_videowidget.cpp"
|
||||
|
@ -334,3 +334,6 @@ void WebViewPrivate::loadingFinished(bool success)
|
||||
} // namespace Plasma
|
||||
|
||||
|
||||
|
||||
|
||||
#include "moc_webview.cpp"
|
||||
|
Loading…
Reference in New Issue
Block a user