Fixed Bug in ModelPropertyMapper where currentChanges where unnoticed cause the rowIn...
[quassel.git] / src / common / signalproxy.h
index 3e7136a..f44db23 100644 (file)
 #ifndef _RPCPEER_H_
 #define _RPCPEER_H_
 
-#include "qxtrpcpeer.h"
 #include <QtCore>
 
+class QxtRPCPeer;
+
 class SignalProxy : public QObject {
   Q_OBJECT