fixed snarl backend build

This commit is contained in:
Patrick von Reth 2012-02-07 01:06:08 +01:00
parent 9ea3dbc865
commit adbe380b7a
2 changed files with 1 additions and 9 deletions

View File

@ -37,7 +37,7 @@ Q_EXPORT_PLUGIN2(snarl,SnarlBackend)
class SnarlBackend::SnarlWidget:public QWidget
{
Q_OBJECT
//Q_OBJECT
public:
SnarlWidget(SnarlBackend * snarl):
m_snarl(snarl)
@ -211,10 +211,4 @@ void SnarlBackend::closeNotification(Notification notification){
activeNotifications.remove(notification.id());
}
#include "snarl.moc"

View File

@ -46,6 +46,4 @@ public slots:
};
#endif // SNARL_BACKEND_H