diff options
| author | Roy Marples <roy@marples.name> | 2014-10-06 19:23:02 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2014-10-06 19:23:02 +0000 |
| commit | 98ecdc81dbe66e52d24f41d6df1c170964eee47b (patch) | |
| tree | d8d7e0ae459feb9953f32632542d8c7743022b09 | |
| parent | 7fd58aea5f02870ebeb74300fc96845fc3a920fa (diff) | |
| download | dhcpcd-ui-98ecdc81dbe66e52d24f41d6df1c170964eee47b.tar.xz | |
Quick fix for building without KDE.dhcpcd-ui-0.7.3
| -rw-r--r-- | src/dhcpcd-qt/dhcpcd-qt.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dhcpcd-qt/dhcpcd-qt.cpp b/src/dhcpcd-qt/dhcpcd-qt.cpp index 2330ad4..7a51d6f 100644 --- a/src/dhcpcd-qt/dhcpcd-qt.cpp +++ b/src/dhcpcd-qt/dhcpcd-qt.cpp @@ -40,7 +40,9 @@ #include "dhcpcd-ifmenu.h" #include "dhcpcd-ssidmenu.h" +#ifdef NOTIFY #include <knotification.h> +#endif DhcpcdQt::DhcpcdQt() { |
