diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-07-07 20:48:40 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-07-10 02:11:19 +0200 |
commit | 37c0b00fbf5506397c2e7b73b35f2931ead9e483 (patch) | |
tree | b47ba5de58639ea454020de0e233906a25f81904 /src/customtraylabel.cpp | |
parent | 400e114c310a8a35bd3418be22ab04661cb7bfdc (diff) | |
download | tdedocker-37c0b00fbf5506397c2e7b73b35f2931ead9e483.tar.gz tdedocker-37c0b00fbf5506397c2e7b73b35f2931ead9e483.zip |
Convert from qmake to cmake
Diffstat (limited to 'src/customtraylabel.cpp')
-rw-r--r-- | src/customtraylabel.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/customtraylabel.cpp b/src/customtraylabel.cpp index 684a098..757df2f 100644 --- a/src/customtraylabel.cpp +++ b/src/customtraylabel.cpp @@ -360,3 +360,5 @@ void CustomTrayLabel::dropEvent(QDropEvent *) "that is brought in front when you hover the item over the tray icon")); } + +#include "customtraylabel.moc" |