diff --git a/plugins/bigscreen/bigscreenplugin.h b/plugins/bigscreen/bigscreenplugin.h index 9f7c47725..d97ba7d99 100644 --- a/plugins/bigscreen/bigscreenplugin.h +++ b/plugins/bigscreen/bigscreenplugin.h @@ -11,7 +11,7 @@ #define PACKET_TYPE_BIGSCREEN_STT QStringLiteral("kdeconnect.bigscreen.stt") -class Q_DECL_EXPORT BigscreenPlugin : public KdeConnectPlugin +class BigscreenPlugin : public KdeConnectPlugin { Q_OBJECT Q_CLASSINFO("D-Bus Interface", "org.kde.kdeconnect.device.bigscreen") diff --git a/plugins/contacts/contactsplugin.h b/plugins/contacts/contactsplugin.h index 0016e2758..425235932 100644 --- a/plugins/contacts/contactsplugin.h +++ b/plugins/contacts/contactsplugin.h @@ -75,7 +75,7 @@ Q_DECLARE_METATYPE(uID) typedef QStringList uIDList_t; Q_DECLARE_METATYPE(uIDList_t) -class Q_DECL_EXPORT ContactsPlugin : public KdeConnectPlugin +class ContactsPlugin : public KdeConnectPlugin { Q_OBJECT Q_CLASSINFO("D-Bus Interface", "org.kde.kdeconnect.device.contacts") diff --git a/plugins/lockdevice/lockdeviceplugin-win.h b/plugins/lockdevice/lockdeviceplugin-win.h index 06a46f67b..ee4d71d23 100644 --- a/plugins/lockdevice/lockdeviceplugin-win.h +++ b/plugins/lockdevice/lockdeviceplugin-win.h @@ -13,7 +13,7 @@ #define PACKET_TYPE_LOCK QStringLiteral("kdeconnect.lock") #define PACKET_TYPE_LOCK_REQUEST QStringLiteral("kdeconnect.lock.request") -class Q_DECL_EXPORT LockDevicePlugin : public KdeConnectPlugin +class LockDevicePlugin : public KdeConnectPlugin { Q_OBJECT Q_CLASSINFO("D-Bus Interface", "org.kde.kdeconnect.device.lockdevice") diff --git a/plugins/lockdevice/lockdeviceplugin.h b/plugins/lockdevice/lockdeviceplugin.h index 7144c7719..39489b518 100644 --- a/plugins/lockdevice/lockdeviceplugin.h +++ b/plugins/lockdevice/lockdeviceplugin.h @@ -16,7 +16,7 @@ #define PACKET_TYPE_LOCK QStringLiteral("kdeconnect.lock") #define PACKET_TYPE_LOCK_REQUEST QStringLiteral("kdeconnect.lock.request") -class Q_DECL_EXPORT LockDevicePlugin : public KdeConnectPlugin +class LockDevicePlugin : public KdeConnectPlugin { Q_OBJECT Q_CLASSINFO("D-Bus Interface", "org.kde.kdeconnect.device.lockdevice") diff --git a/plugins/mpriscontrol/mpriscontrolplugin-win.h b/plugins/mpriscontrol/mpriscontrolplugin-win.h index e31892071..5f7f2ecb5 100644 --- a/plugins/mpriscontrol/mpriscontrolplugin-win.h +++ b/plugins/mpriscontrol/mpriscontrolplugin-win.h @@ -25,7 +25,7 @@ using namespace Windows::ApplicationModel; #define PACKET_TYPE_MPRIS QStringLiteral("kdeconnect.mpris") -class Q_DECL_EXPORT MprisControlPlugin : public KdeConnectPlugin +class MprisControlPlugin : public KdeConnectPlugin { Q_OBJECT diff --git a/plugins/mprisremote/mprisremoteplugin.h b/plugins/mprisremote/mprisremoteplugin.h index 8a662b2b5..86c394d47 100644 --- a/plugins/mprisremote/mprisremoteplugin.h +++ b/plugins/mprisremote/mprisremoteplugin.h @@ -15,7 +15,7 @@ #define PACKET_TYPE_MPRIS_REQUEST QStringLiteral("kdeconnect.mpris.request") #define PACKET_TYPE_MPRIS QStringLiteral("kdeconnect.mpris") -class Q_DECL_EXPORT MprisRemotePlugin : public KdeConnectPlugin +class MprisRemotePlugin : public KdeConnectPlugin { Q_OBJECT Q_CLASSINFO("D-Bus Interface", "org.kde.kdeconnect.device.mprisremote") diff --git a/plugins/photo/photoplugin.h b/plugins/photo/photoplugin.h index fe241bdc3..23984e096 100644 --- a/plugins/photo/photoplugin.h +++ b/plugins/photo/photoplugin.h @@ -13,7 +13,7 @@ class QObject; #define PACKET_TYPE_PHOTO_REQUEST QStringLiteral("kdeconnect.photo.request") #define PACKET_TYPE_PHOTO QStringLiteral("kdeconnect.photo") -class Q_DECL_EXPORT PhotoPlugin : public KdeConnectPlugin +class PhotoPlugin : public KdeConnectPlugin { Q_OBJECT Q_CLASSINFO("D-Bus Interface", "org.kde.kdeconnect.device.photo") diff --git a/plugins/ping/pingplugin.h b/plugins/ping/pingplugin.h index 70e1b22ef..70590deeb 100644 --- a/plugins/ping/pingplugin.h +++ b/plugins/ping/pingplugin.h @@ -12,7 +12,7 @@ #define PACKET_TYPE_PING QStringLiteral("kdeconnect.ping") -class Q_DECL_EXPORT PingPlugin : public KdeConnectPlugin +class PingPlugin : public KdeConnectPlugin { Q_OBJECT Q_CLASSINFO("D-Bus Interface", "org.kde.kdeconnect.device.ping") diff --git a/plugins/presenter/presenterplugin.h b/plugins/presenter/presenterplugin.h index cba6911e9..44400397a 100644 --- a/plugins/presenter/presenterplugin.h +++ b/plugins/presenter/presenterplugin.h @@ -16,7 +16,7 @@ class PresenterView; -class Q_DECL_EXPORT PresenterPlugin : public KdeConnectPlugin +class PresenterPlugin : public KdeConnectPlugin { Q_OBJECT Q_CLASSINFO("D-Bus Interface", "org.kde.kdeconnect.device.presenter") diff --git a/plugins/remotecommands/remotecommandsplugin.h b/plugins/remotecommands/remotecommandsplugin.h index b9e2e6358..27f5442c1 100644 --- a/plugins/remotecommands/remotecommandsplugin.h +++ b/plugins/remotecommands/remotecommandsplugin.h @@ -11,7 +11,7 @@ class QObject; #include #include -class Q_DECL_EXPORT RemoteCommandsPlugin : public KdeConnectPlugin +class RemoteCommandsPlugin : public KdeConnectPlugin { Q_OBJECT Q_CLASSINFO("D-Bus Interface", "org.kde.kdeconnect.device.remotecommands") diff --git a/plugins/remotecontrol/remotecontrolplugin.h b/plugins/remotecontrol/remotecontrolplugin.h index c89c4f229..caeac0b2f 100644 --- a/plugins/remotecontrol/remotecontrolplugin.h +++ b/plugins/remotecontrol/remotecontrolplugin.h @@ -12,7 +12,7 @@ #define PACKET_TYPE_MOUSEPAD_REQUEST QStringLiteral("kdeconnect.mousepad.request") -class Q_DECL_EXPORT RemoteControlPlugin : public KdeConnectPlugin +class RemoteControlPlugin : public KdeConnectPlugin { Q_OBJECT Q_CLASSINFO("D-Bus Interface", "org.kde.kdeconnect.device.remotecontrol") diff --git a/plugins/remotesystemvolume/remotesystemvolumeplugin.h b/plugins/remotesystemvolume/remotesystemvolumeplugin.h index 6ab0a7c14..424249087 100644 --- a/plugins/remotesystemvolume/remotesystemvolumeplugin.h +++ b/plugins/remotesystemvolume/remotesystemvolumeplugin.h @@ -13,7 +13,7 @@ #define PACKET_TYPE_SYSTEMVOLUME QStringLiteral("kdeconnect.systemvolume") #define PACKET_TYPE_SYSTEMVOLUME_REQUEST QStringLiteral("kdeconnect.systemvolume.request") -class Q_DECL_EXPORT RemoteSystemVolumePlugin : public KdeConnectPlugin +class RemoteSystemVolumePlugin : public KdeConnectPlugin { Q_OBJECT Q_CLASSINFO("D-Bus Interface", "org.kde.kdeconnect.device.remotesystemvolume") diff --git a/plugins/runcommand/runcommandplugin.h b/plugins/runcommand/runcommandplugin.h index c9b263200..6dbb8a751 100644 --- a/plugins/runcommand/runcommandplugin.h +++ b/plugins/runcommand/runcommandplugin.h @@ -15,7 +15,7 @@ #include #include -class Q_DECL_EXPORT RunCommandPlugin : public KdeConnectPlugin +class RunCommandPlugin : public KdeConnectPlugin { Q_OBJECT diff --git a/plugins/screensaver-inhibit/screensaverinhibitplugin-macos.h b/plugins/screensaver-inhibit/screensaverinhibitplugin-macos.h index 29317956d..f56d98544 100644 --- a/plugins/screensaver-inhibit/screensaverinhibitplugin-macos.h +++ b/plugins/screensaver-inhibit/screensaverinhibitplugin-macos.h @@ -11,7 +11,7 @@ #include -class Q_DECL_EXPORT ScreensaverInhibitPlugin : public KdeConnectPlugin +class ScreensaverInhibitPlugin : public KdeConnectPlugin { Q_OBJECT diff --git a/plugins/screensaver-inhibit/screensaverinhibitplugin-win.h b/plugins/screensaver-inhibit/screensaverinhibitplugin-win.h index eaadc9f68..b74977dc9 100644 --- a/plugins/screensaver-inhibit/screensaverinhibitplugin-win.h +++ b/plugins/screensaver-inhibit/screensaverinhibitplugin-win.h @@ -10,7 +10,7 @@ #include -class Q_DECL_EXPORT ScreensaverInhibitPlugin : public KdeConnectPlugin +class ScreensaverInhibitPlugin : public KdeConnectPlugin { Q_OBJECT diff --git a/plugins/screensaver-inhibit/screensaverinhibitplugin.h b/plugins/screensaver-inhibit/screensaverinhibitplugin.h index 8a9e14f21..b3b0e282c 100644 --- a/plugins/screensaver-inhibit/screensaverinhibitplugin.h +++ b/plugins/screensaver-inhibit/screensaverinhibitplugin.h @@ -10,7 +10,7 @@ #include -class Q_DECL_EXPORT ScreensaverInhibitPlugin : public KdeConnectPlugin +class ScreensaverInhibitPlugin : public KdeConnectPlugin { Q_OBJECT diff --git a/plugins/sms/smsplugin.h b/plugins/sms/smsplugin.h index bc3f41fc0..d05a012b7 100644 --- a/plugins/sms/smsplugin.h +++ b/plugins/sms/smsplugin.h @@ -137,7 +137,7 @@ Q_DECLARE_LOGGING_CATEGORY(KDECONNECT_PLUGIN_SMS) class QTextCodec; -class Q_DECL_EXPORT SmsPlugin : public KdeConnectPlugin +class SmsPlugin : public KdeConnectPlugin { Q_OBJECT Q_CLASSINFO("D-Bus Interface", "org.kde.kdeconnect.device.sms") diff --git a/plugins/systemvolume/systemvolumeplugin-macos.h b/plugins/systemvolume/systemvolumeplugin-macos.h index ebcaf49ff..59f4a10c2 100644 --- a/plugins/systemvolume/systemvolumeplugin-macos.h +++ b/plugins/systemvolume/systemvolumeplugin-macos.h @@ -18,7 +18,7 @@ class MacOSCoreAudioDevice; -class Q_DECL_EXPORT SystemvolumePlugin : public KdeConnectPlugin +class SystemvolumePlugin : public KdeConnectPlugin { Q_OBJECT diff --git a/plugins/systemvolume/systemvolumeplugin-pulse.h b/plugins/systemvolume/systemvolumeplugin-pulse.h index 29d2d72c8..e9f187b18 100644 --- a/plugins/systemvolume/systemvolumeplugin-pulse.h +++ b/plugins/systemvolume/systemvolumeplugin-pulse.h @@ -16,7 +16,7 @@ #define PACKET_TYPE_SYSTEMVOLUME QStringLiteral("kdeconnect.systemvolume") #define PACKET_TYPE_SYSTEMVOLUME_REQUEST QStringLiteral("kdeconnect.systemvolume.request") -class Q_DECL_EXPORT SystemvolumePlugin : public KdeConnectPlugin +class SystemvolumePlugin : public KdeConnectPlugin { Q_OBJECT diff --git a/plugins/systemvolume/systemvolumeplugin-win.h b/plugins/systemvolume/systemvolumeplugin-win.h index 27805f3b8..3b60c69bb 100644 --- a/plugins/systemvolume/systemvolumeplugin-win.h +++ b/plugins/systemvolume/systemvolumeplugin-win.h @@ -22,7 +22,7 @@ #define PACKET_TYPE_SYSTEMVOLUME QStringLiteral("kdeconnect.systemvolume") #define PACKET_TYPE_SYSTEMVOLUME_REQUEST QStringLiteral("kdeconnect.systemvolume.request") -class Q_DECL_EXPORT SystemvolumePlugin : public KdeConnectPlugin +class SystemvolumePlugin : public KdeConnectPlugin { Q_OBJECT