summaryrefslogtreecommitdiffstats
path: root/src/traylabelmgr.cpp
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2013-07-07 20:48:40 +0200
committerSlávek Banko <[email protected]>2013-07-10 02:11:19 +0200
commit37c0b00fbf5506397c2e7b73b35f2931ead9e483 (patch)
treeb47ba5de58639ea454020de0e233906a25f81904 /src/traylabelmgr.cpp
parent400e114c310a8a35bd3418be22ab04661cb7bfdc (diff)
downloadtdedocker-37c0b00fbf5506397c2e7b73b35f2931ead9e483.tar.gz
tdedocker-37c0b00fbf5506397c2e7b73b35f2931ead9e483.zip
Convert from qmake to cmake
Diffstat (limited to 'src/traylabelmgr.cpp')
-rw-r--r--src/traylabelmgr.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/traylabelmgr.cpp b/src/traylabelmgr.cpp
index 9bbf013..54a789e 100644
--- a/src/traylabelmgr.cpp
+++ b/src/traylabelmgr.cpp
@@ -35,7 +35,7 @@
#include "traylabelmgr.h"
#include "util.h"
-#include <Xmu/WinUtil.h>
+#include <X11/Xmu/WinUtil.h>
#include <errno.h>
#include <stdlib.h>
@@ -523,3 +523,5 @@ bool TrayLabelMgr::x11EventFilter(XEvent *ev)
return ret;
}
+
+#include "traylabelmgr.moc"