mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
generic: prepare for Katie changes
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
003d3b3fe7
commit
ff5e2a832e
14 changed files with 16 additions and 14 deletions
|
@ -123,7 +123,7 @@ namespace Oxygen
|
|||
|
||||
}
|
||||
|
||||
Q_EXPORT_PLUGIN2( oxygen-qt, Oxygen::StylePlugin )
|
||||
Q_EXPORT_PLUGIN( Oxygen::StylePlugin )
|
||||
|
||||
namespace Oxygen
|
||||
{
|
||||
|
|
|
@ -18,7 +18,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include "colorhelper.h"
|
||||
#include "decorationoptions.h"
|
||||
#include <qdeclarative.h>
|
||||
Q_EXPORT_PLUGIN2(decorationplugin, DecorationPlugin)
|
||||
|
||||
Q_EXPORT_PLUGIN(DecorationPlugin)
|
||||
|
||||
void DecorationPlugin::registerTypes(const char *uri)
|
||||
{
|
||||
|
|
|
@ -17,7 +17,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include "plastikplugin.h"
|
||||
#include "plastikbutton.h"
|
||||
#include <QDeclarativeEngine>
|
||||
Q_EXPORT_PLUGIN2(plastikplugin, PlastikPlugin)
|
||||
|
||||
Q_EXPORT_PLUGIN(PlastikPlugin)
|
||||
|
||||
void PlastikPlugin::registerTypes(const char *uri)
|
||||
{
|
||||
|
|
|
@ -36,6 +36,6 @@ public:
|
|||
void registerTypes(const char *uri);
|
||||
};
|
||||
|
||||
Q_EXPORT_PLUGIN2(corebindingsplugin, CoreBindingsPlugin)
|
||||
Q_EXPORT_PLUGIN(CoreBindingsPlugin)
|
||||
|
||||
#endif
|
||||
|
|
|
@ -31,6 +31,6 @@ public:
|
|||
void registerTypes(const char *uri);
|
||||
};
|
||||
|
||||
Q_EXPORT_PLUGIN2(dirmodelplugin, DirModelPlugin)
|
||||
Q_EXPORT_PLUGIN(DirModelPlugin)
|
||||
|
||||
#endif
|
||||
|
|
|
@ -39,5 +39,5 @@ void DragAndDropPlugin::registerTypes(const char *uri)
|
|||
qmlRegisterUncreatableType<DeclarativeDragDropEvent>(uri, 1, 0, "DragDropEvent", "DragDropEvent cannot be created from QML.");
|
||||
}
|
||||
|
||||
Q_EXPORT_PLUGIN2(draganddropplugin, DragAndDropPlugin)
|
||||
Q_EXPORT_PLUGIN(DragAndDropPlugin)
|
||||
|
||||
|
|
|
@ -33,6 +33,6 @@ public:
|
|||
void registerTypes(const char *uri);
|
||||
};
|
||||
|
||||
Q_EXPORT_PLUGIN2(graphicslayoutsbindingsplugin, GraphicsLayoutsBindingsPlugin)
|
||||
Q_EXPORT_PLUGIN(GraphicsLayoutsBindingsPlugin)
|
||||
|
||||
#endif
|
||||
|
|
|
@ -44,6 +44,6 @@ public:
|
|||
void registerTypes(const char *uri);
|
||||
};
|
||||
|
||||
Q_EXPORT_PLUGIN2(graphicswidgetsbindingsplugin, GraphicsWidgetsBindingsPlugin)
|
||||
Q_EXPORT_PLUGIN(GraphicsWidgetsBindingsPlugin)
|
||||
|
||||
#endif
|
||||
|
|
|
@ -33,6 +33,6 @@ public:
|
|||
void registerTypes(const char *uri);
|
||||
};
|
||||
|
||||
Q_EXPORT_PLUGIN2(datamodelsplugin, RunnerModelPlugin)
|
||||
Q_EXPORT_PLUGIN(RunnerModelPlugin)
|
||||
|
||||
#endif
|
||||
|
|
|
@ -31,6 +31,6 @@ public:
|
|||
void registerTypes(const char *uri);
|
||||
};
|
||||
|
||||
Q_EXPORT_PLUGIN2(localebindingsplugin, LocaleBindingsPlugin)
|
||||
Q_EXPORT_PLUGIN(LocaleBindingsPlugin)
|
||||
|
||||
#endif
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
#include "fullscreensheet.h"
|
||||
#include "units.h"
|
||||
|
||||
Q_EXPORT_PLUGIN2(plasmacomponentsplugin, PlasmaComponentsPlugin)
|
||||
Q_EXPORT_PLUGIN(PlasmaComponentsPlugin)
|
||||
|
||||
class BKSingleton
|
||||
{
|
||||
|
|
|
@ -34,6 +34,6 @@ public:
|
|||
void registerTypes(const char *uri);
|
||||
};
|
||||
|
||||
Q_EXPORT_PLUGIN2(plasmaexracomponentsplugin, PlasmaExtraComponentsPlugin);
|
||||
Q_EXPORT_PLUGIN(PlasmaExtraComponentsPlugin);
|
||||
|
||||
#endif
|
||||
|
|
|
@ -33,6 +33,6 @@ public:
|
|||
void registerTypes(const char *uri);
|
||||
};
|
||||
|
||||
Q_EXPORT_PLUGIN2(qtextracomponentsplugin, QtExtraComponentsPlugin);
|
||||
Q_EXPORT_PLUGIN(QtExtraComponentsPlugin);
|
||||
|
||||
#endif
|
||||
|
|
|
@ -381,7 +381,7 @@ private slots:
|
|||
}
|
||||
};
|
||||
|
||||
Q_EXPORT_PLUGIN2(KQGuiPlatformPlugin, KQGuiPlatformPlugin)
|
||||
Q_EXPORT_PLUGIN(KQGuiPlatformPlugin)
|
||||
|
||||
#include "qguiplatformplugin_kde.moc"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue