X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fuisupport%2Faboutdata.h;h=de27cbb4766860a0ba46bf859628e1a971267043;hb=d4b81a6d777de45611034b26bd89973d19e60c96;hp=c77a4321df929300f3208da076ade80cd0bed567;hpb=0a43227b8cd44625f4881cc1545d42c8c8a4876c;p=quassel.git diff --git a/src/uisupport/aboutdata.h b/src/uisupport/aboutdata.h index c77a4321..de27cbb4 100644 --- a/src/uisupport/aboutdata.h +++ b/src/uisupport/aboutdata.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2016 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -20,7 +20,11 @@ #pragma once +#include "uisupport-export.h" + +#include #include +#include #ifdef HAVE_KF5 # include @@ -32,7 +36,7 @@ * * This is used to show a list of contributors in the About Quassel dialog. */ -class AboutPerson +class UISUPPORT_EXPORT AboutPerson { public: /** @@ -104,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: