diff options
Diffstat (limited to 'kpacman/status.cpp')
-rw-r--r-- | kpacman/status.cpp | 2 |
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" |