src: Mark symbols to be exported where needed
[quassel.git] / src / common / ctcpevent.h
index 73bcc4b..1f0635b 100644 (file)
  *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.         *
  ***************************************************************************/
 
-#ifndef CTCPEVENT_H
-#define CTCPEVENT_H
+#pragma once
+
+#include "common-export.h"
 
 #include "ircevent.h"
 
 #include <QUuid>
 
-class CtcpEvent : public IrcEvent
+class COMMON_EXPORT CtcpEvent : public IrcEvent
 {
 public:
     enum CtcpType {
@@ -90,6 +91,3 @@ private:
     QString _target, _param, _reply;
     QUuid _uuid;
 };
-
-
-#endif