diff --git a/active/components/documentitem.cpp b/active/components/documentitem.cpp index 399eed3c5..0d625ca87 100644 --- a/active/components/documentitem.cpp +++ b/active/components/documentitem.cpp @@ -256,4 +256,3 @@ void Observer::notifyPageChanged(int page, int flags) emit pageChanged(page, flags); } -#include "documentitem.moc" diff --git a/active/components/okularplugin.cpp b/active/components/okularplugin.cpp index 3d81e9350..0ad8449da 100644 --- a/active/components/okularplugin.cpp +++ b/active/components/okularplugin.cpp @@ -38,5 +38,4 @@ void OkularPlugin::registerTypes(const char *uri) qmlRegisterType(uri, 2, 0, "ThumbnailItem"); } -#include "okularplugin.moc" diff --git a/active/components/thumbnailitem.cpp b/active/components/thumbnailitem.cpp index bc2eff9bb..7f718b59a 100644 --- a/active/components/thumbnailitem.cpp +++ b/active/components/thumbnailitem.cpp @@ -31,4 +31,3 @@ ThumbnailItem::~ThumbnailItem() } -#include "thumbnailitem.moc"