Fix compilation with the new cmake automoc stuff.

This commit is contained in:
David Faure 2012-02-08 23:33:03 +01:00
parent 51dafbe2e9
commit 9057ce0c70
71 changed files with 165 additions and 29 deletions

View File

@ -52,3 +52,5 @@ void AbstractDialogManager::showDialog(QWidget *widget, Plasma::Applet *applet)
}
#include "moc_abstractdialogmanager.cpp"

View File

@ -453,3 +453,5 @@ void AbstractRunnerPrivate::setupScriptSupport()
} // Plasma namespace
#include "moc_abstractrunner.cpp"

View File

@ -23,6 +23,7 @@
#include <QtCore/QObject>
#include <QtCore/QMutex>
#include <QtCore/QStringList>
#include <QIcon>
#include <kconfiggroup.h>
#include <kservice.h>

View File

@ -114,3 +114,5 @@ void AbstractToolBox::reposition()
} // plasma namespace
#include "moc_abstracttoolbox.cpp"

View File

@ -89,3 +89,5 @@ void Animation::updateCurrentTime(int currentTime)
} //namespace Plasma
#include "moc_animation.cpp"

View File

@ -106,3 +106,5 @@ qint32 StackedLayout::currentWidgetIndex() const
{
return m_currentWidgetIndex;
}
#include "moc_stackedlayout.cpp"

View File

@ -127,5 +127,4 @@ QEasingCurve Animator::create(Animator::CurveShape type)
} // namespace Plasma
#include <animator.moc>
#include "moc_animator.cpp"

View File

@ -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"

View File

@ -2428,3 +2428,5 @@ QHash<QString, ContainmentActions*> * ContainmentPrivate::actionPlugins()
} // Plasma namespace
#include "moc_containment.cpp"

View File

@ -332,3 +332,5 @@ void ContainmentActions::setContainment(Containment *newContainment) {
} // Plasma namespace
#include "moc_containmentactions.cpp"

View File

@ -1047,3 +1047,5 @@ QList<Plasma::Containment *> CoronaPrivate::importLayout(const KConfigGroup &con
} // namespace Plasma
#include "moc_corona.cpp"

View File

@ -357,3 +357,5 @@ void DataContainer::timerEvent(QTimerEvent * event)
} // Plasma namespace
#include "moc_datacontainer.cpp"

View File

@ -710,3 +710,5 @@ void DataEnginePrivate::setupScriptSupport()
}
#include "moc_dataengine.cpp"

View File

@ -250,3 +250,5 @@ void DataEngineManager::timerEvent(QTimerEvent *)
} // namespace Plasma
#include "moc_dataenginemanager.cpp"

View File

@ -490,3 +490,5 @@ bool Delegate::showToolTip() const
}
#include "moc_delegate.cpp"

View File

@ -868,3 +868,5 @@ void Dialog::setAspectRatioMode(Plasma::AspectRatioMode mode)
}
}
#include "moc_dialog.cpp"

View File

@ -1093,3 +1093,5 @@ int FrameData::refcount() const
} // Plasma namespace
#include "moc_framesvg.cpp"

View File

@ -58,3 +58,5 @@ bool PackageStructure::uninstallPackage(Package *package, const QString &package
}
#include "moc_packagestructure.cpp"

View File

@ -896,3 +896,5 @@ void PopupAppletPrivate::updateDialogPosition(bool move)
} // Plasma namespace
#include "moc_popupapplet.cpp"

View File

@ -167,3 +167,5 @@ void SignalRelay::timerEvent(QTimerEvent *event)
} // Plasma namespace
#include "moc_datacontainer_p.cpp"

View File

@ -318,5 +318,5 @@ FrameSvg *FocusIndicator::frameSvg() const
}
#include <focusindicator_p.moc>
#include "moc_focusindicator_p.cpp"

View File

@ -39,3 +39,5 @@ AbstractAdaptor::~AbstractAdaptor()
{
delete d;
}
#include "moc_abstractadaptor.cpp"

View File

@ -46,3 +46,5 @@ void PendingCallWatcher::waitForFinished()
waiter.waitForFinished(d.data());
}
#include "moc_pendingcallwatcher.cpp"

View File

@ -206,3 +206,5 @@ void AccessAppletJob::start()
} // namespace Plasma
#include "moc_accessappletjob.cpp"

View File

@ -271,3 +271,5 @@ void AccessManagerPrivate::slotRemoveService(DNSSD::RemoteService::Ptr service)
} // Plasma namespace
#include "moc_accessmanager.cpp"

View File

@ -314,3 +314,5 @@ void AuthorizationManagerPrivate::addCredentials(const Credentials &identity)
} // Plasma namespace
#include "moc_authorizationmanager.cpp"

View File

@ -168,3 +168,5 @@ QString AuthorizationRule::serviceName() const
} // Plasma namespace
#include "moc_authorizationrule.cpp"

View File

@ -75,3 +75,5 @@ QString ClientPinRequest::pin() const
} // Plasma namespace
#include "moc_clientpinrequest.cpp"

View File

@ -73,3 +73,5 @@ void ServiceAccessJob::start()
} // namespace Plasma
#include "moc_serviceaccessjob.cpp"

View File

@ -547,3 +547,5 @@ void RunnerContext::run(const QueryMatch &match)
} // Plasma namespace
#include "moc_runnercontext.cpp"

View File

@ -835,3 +835,5 @@ void RunnerManager::reset()
} // Plasma namespace
#include "moc_runnermanager.cpp"

View File

@ -249,3 +249,5 @@ void AppletScript::setContainmentType(Containment::Type type)
} // Plasma namespace
#include "moc_appletscript.cpp"

View File

@ -218,3 +218,5 @@ void DataEngineScript::forceImmediateUpdateOfAllVisualizations()
} // Plasma namespace
#include "moc_dataenginescript.cpp"

View File

@ -188,3 +188,5 @@ QString RunnerScript::mainScript() const
} // Plasma namespace
#include "moc_runnerscript.cpp"

View File

@ -256,5 +256,4 @@ WallpaperScript *loadScriptEngine(const QString &language, Wallpaper *wallpaper)
} // namespace Plasma
#include <scriptengine.moc>
#include "moc_scriptengine.cpp"

View File

@ -221,3 +221,5 @@ void WallpaperScript::renderCompleted(const QImage &image)
} // Plasma namespace
#include "moc_wallpaperscript.cpp"

View File

@ -418,3 +418,5 @@ void Service::registerOperationsScheme()
} // namespace Plasma
#include "moc_service.cpp"

View File

@ -100,3 +100,5 @@ void ServiceJob::start()
} // namespace Plasma
#include "moc_servicejob.cpp"

View File

@ -826,3 +826,5 @@ Theme *Svg::theme() const
} // Plasma namespace
#include "moc_svg.cpp"

View File

@ -1066,4 +1066,4 @@ int Theme::toolTipDelay() const
}
#include <theme.moc>
#include "moc_theme.cpp"

View File

@ -496,3 +496,5 @@ bool ToolTipManager::eventFilter(QObject *watched, QEvent *event)
} // Plasma namespace
#include "moc_tooltipmanager.cpp"

View File

@ -419,3 +419,5 @@ View * View::topLevelViewAt(const QPoint & pos)
} // namespace Plasma
#include "moc_view.cpp"

View File

@ -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"

View File

@ -216,5 +216,7 @@ void BusyWidget::mouseReleaseEvent(QGraphicsSceneMouseEvent *event)
} // namespace Plasma
#include <busywidget.moc>
#include "moc_busywidget.cpp"

View File

@ -181,5 +181,7 @@ void CheckBox::changeEvent(QEvent *event)
} // namespace Plasma
#include <checkbox.moc>
#include "moc_checkbox.cpp"

View File

@ -351,5 +351,7 @@ void ComboBox::setCurrentIndex(int index)
} // namespace Plasma
#include <combobox.moc>
#include "moc_combobox.cpp"

View File

@ -265,5 +265,7 @@ void DeclarativeWidget::resizeEvent(QGraphicsSceneResizeEvent *event)
} // namespace Plasma
#include <declarativewidget.moc>
#include "moc_declarativewidget.cpp"

View File

@ -328,3 +328,6 @@ void FlashingLabelPrivate::setPalette()
q->update();
}
#include "moc_flashinglabel.cpp"

View File

@ -275,5 +275,7 @@ void Frame::changeEvent(QEvent *event)
} // namespace Plasma
#include <frame.moc>
#include "moc_frame.cpp"

View File

@ -99,5 +99,7 @@ void GroupBox::changeEvent(QEvent *event)
} // namespace Plasma
#include <groupbox.moc>
#include "moc_groupbox.cpp"

View File

@ -1622,4 +1622,6 @@ void IconWidget::changeEvent(QEvent *event)
} // namespace Plasma
#include "moc_iconwidget.cpp"
#include "moc_iconwidget_p.cpp"

View File

@ -342,3 +342,6 @@ void ItemBackgroundPrivate::refreshCurrentTarget()
#include "moc_itembackground.cpp"

View File

@ -347,5 +347,7 @@ QSizeF Label::sizeHint(Qt::SizeHint which, const QSizeF &constraint) const
} // namespace Plasma
#include <label.moc>
#include "moc_label.cpp"

View File

@ -226,5 +226,7 @@ void LineEdit::focusOutEvent(QFocusEvent *event)
} // namespace Plasma
#include <lineedit.moc>
#include "moc_lineedit.cpp"

View File

@ -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"

View File

@ -536,5 +536,7 @@ QSizeF PushButton::sizeHint(Qt::SizeHint which, const QSizeF & constraint) const
} // namespace Plasma
#include <pushbutton.moc>
#include "moc_pushbutton.cpp"

View File

@ -170,5 +170,7 @@ void RadioButton::changeEvent(QEvent *event)
} // namespace Plasma
#include <radiobutton.moc>
#include "moc_radiobutton.cpp"

View File

@ -149,4 +149,6 @@ void ScrollBar::contextMenuEvent(QGraphicsSceneContextMenuEvent *event)
}
#include <scrollbar.moc>
#include "moc_scrollbar.cpp"

View File

@ -1585,5 +1585,7 @@ bool ScrollWidget::hasOverShoot() const
} // namespace Plasma
#include <scrollwidget.moc>
#include "moc_scrollwidget.cpp"

View File

@ -96,3 +96,6 @@ QSizeF Separator::sizeHint(Qt::SizeHint which, const QSizeF & constraint) const
} // Plasma namespace
#include "moc_separator.cpp"

View File

@ -1113,3 +1113,6 @@ QString SignalPlotter::lastValueAsString(uint i) const
} // Plasma namespace
#include "moc_signalplotter.cpp"

View File

@ -251,5 +251,7 @@ QSlider *Slider::nativeWidget() const
} // namespace Plasma
#include <slider.moc>
#include "moc_slider.cpp"

View File

@ -228,5 +228,7 @@ void SpinBox::focusOutEvent(QFocusEvent *event)
} // namespace Plasma
#include <spinbox.moc>
#include "moc_spinbox.cpp"

View File

@ -139,3 +139,6 @@ QSizeF SvgWidget::sizeHint(Qt::SizeHint which, const QSizeF & constraint) const
} // Plasma namespace
#include "moc_svgwidget.cpp"

View File

@ -678,5 +678,7 @@ QGraphicsWidget *TabBar::lastPositionWidget() const
} // namespace Plasma
#include <tabbar.moc>
#include "moc_tabbar.cpp"

View File

@ -189,5 +189,7 @@ void TextBrowser::changeEvent(QEvent *event)
} // namespace Plasma
#include <textbrowser.moc>
#include "moc_textbrowser.cpp"

View File

@ -203,5 +203,7 @@ void TextEdit::focusOutEvent(QFocusEvent *event)
} // namespace Plasma
#include <textedit.moc>
#include "moc_textedit.cpp"

View File

@ -456,5 +456,7 @@ QSizeF ToolButton::sizeHint(Qt::SizeHint which, const QSizeF & constraint) const
} // namespace Plasma
#include <toolbutton.moc>
#include "moc_toolbutton.cpp"

View File

@ -84,5 +84,7 @@ QTreeView *TreeView::nativeWidget() const
}
#include <treeview.moc>
#include "moc_treeview.cpp"

View File

@ -635,5 +635,7 @@ void VideoWidget::hoverMoveEvent(QGraphicsSceneHoverEvent *event)
} // namespace Plasma
#include <videowidget.moc>
#include "moc_videowidget.cpp"

View File

@ -334,3 +334,6 @@ void WebViewPrivate::loadingFinished(bool success)
} // namespace Plasma
#include "moc_webview.cpp"