summaryrefslogtreecommitdiffstats
path: root/src/qtraylabel.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/qtraylabel.cpp
parent400e114c310a8a35bd3418be22ab04661cb7bfdc (diff)
downloadtdedocker-37c0b00fbf5506397c2e7b73b35f2931ead9e483.tar.gz
tdedocker-37c0b00fbf5506397c2e7b73b35f2931ead9e483.zip
Convert from qmake to cmake
Diffstat (limited to 'src/qtraylabel.cpp')
-rw-r--r--src/qtraylabel.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/qtraylabel.cpp b/src/qtraylabel.cpp
index 34284bd..2c528c1 100644
--- a/src/qtraylabel.cpp
+++ b/src/qtraylabel.cpp
@@ -37,7 +37,7 @@
#include <X11/cursorfont.h>
#include <X11/xpm.h>
-#include <Xmu/WinUtil.h>
+#include <X11/Xmu/WinUtil.h>
#include <string.h>
#include <stdlib.h>
@@ -809,3 +809,5 @@ bool QTrayLabel::restoreState(QSettings &settings)
// End kicking butt
+
+#include "qtraylabel.moc"