X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Faboutdata.h;h=de27cbb4766860a0ba46bf859628e1a971267043;hp=bfbe39c370a412e00da54e71e9552f0f74a2938d;hb=92fc8c5b119111a35ab8423c3cbde5b2a022badf;hpb=ccf1e4557797374c839c567ae14fe12cc1bcffb3 diff --git a/src/uisupport/aboutdata.h b/src/uisupport/aboutdata.h index bfbe39c3..de27cbb4 100644 --- a/src/uisupport/aboutdata.h +++ b/src/uisupport/aboutdata.h @@ -20,6 +20,8 @@ #pragma once +#include "uisupport-export.h" + #include #include #include @@ -34,7 +36,7 @@ * * This is used to show a list of contributors in the About Quassel dialog. */ -class AboutPerson +class UISUPPORT_EXPORT AboutPerson { public: /** @@ -106,7 +108,7 @@ private: * the About Quassel dialog. Additionally, this class can provide a KAboutData object to be shown * if KDE integration is enabled. */ -class AboutData : public QObject +class UISUPPORT_EXPORT AboutData : public QObject { Q_OBJECT public: