summaryrefslogtreecommitdiffstats
path: root/kpacman/status.cpp
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-08-19 16:05:44 +0200
committergregory guy <gregory-tde@laposte.net>2020-08-20 13:23:31 +0200
commit61e3123dccf41518a4959991c2e1ca53896ed945 (patch)
treec836eebbca16e2d167e88eae8bb65048f2526cdc /kpacman/status.cpp
parent12bd04ac0f9ca9e0fba934f89a8a56465f1f2efb (diff)
downloadtdepacman-61e3123dccf41518a4959991c2e1ca53896ed945.tar.gz
tdepacman-61e3123dccf41518a4959991c2e1ca53896ed945.zip
conversion to the cmake building system.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'kpacman/status.cpp')
-rw-r--r--kpacman/status.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/kpacman/status.cpp b/kpacman/status.cpp
index 7ec7ebb..65fb7f0 100644
--- a/kpacman/status.cpp
+++ b/kpacman/status.cpp
@@ -350,3 +350,5 @@ void Status::setLevel(int Level)
actualLevel = (level > (int) levelPix->count()) ? (int) levelPix->count() : level;
repaint();
}
+
+#include "status.moc"