fixed export

This commit is contained in:
Patrick von Reth 2010-09-22 16:56:21 +02:00
parent e2d0bc6d09
commit 74f64d9442
1 changed files with 2 additions and 1 deletions

View File

@ -17,10 +17,11 @@
#ifndef SNORENOTIFICATIONINSTANCE_H
#define SNORENOTIFICATIONINSTANCE_H
#include "snore_exports.h"
#include "snoreserver.h"
#include "application.h"
class SnoreNotificationInstance:public QObject
class SNORE_EXPORT SnoreNotificationInstance:public QObject
{
Q_OBJECT
public: