Fix FTBFS with clang

This resolves bug 2895

Signed-off-by: Ray Vine <ray-v@inbox.lv>
pull/1/head
Ray Vine 6 years ago committed by Slávek Banko
parent e67fec7d28
commit 47f4d66f64

@ -35,7 +35,9 @@ class TQTimer;
class TDEInstance;
class Interface;
class BackendBase;
class KNotifyClient::Instance;
namespace KNotifyClient {
class Instance;
}
/**
* This class is the main entry point of KNemo. It reads the configuration,

Loading…
Cancel
Save