summaryrefslogtreecommitdiffstats
path: root/src/uptimepanel.cpp
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2018-08-23 14:32:00 +0200
committerSlávek Banko <[email protected]>2018-08-23 14:32:00 +0200
commite9ad638186a167c22bc4e36d4ba15edafe3570c7 (patch)
tree36dfa3277bf3ab8d7c6891bcbd3dab994fc9725f /src/uptimepanel.cpp
parent3126e21bd969485ab1a222e98cd701343b8895f5 (diff)
downloadksensors-e9ad638186a167c22bc4e36d4ba15edafe3570c7.tar.gz
ksensors-e9ad638186a167c22bc4e36d4ba15edafe3570c7.zip
Fix FTBFS due to improper automoc
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'src/uptimepanel.cpp')
-rw-r--r--src/uptimepanel.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/uptimepanel.cpp b/src/uptimepanel.cpp
index 36a1f54..f5d4ec6 100644
--- a/src/uptimepanel.cpp
+++ b/src/uptimepanel.cpp
@@ -73,3 +73,5 @@ void UpTimePanel::resizeEvent ( TQResizeEvent *e )
lcd->setGeometry(mw,h/3,w-mw*2,(h*2)/5);
}
+
+#include "uptimepanel.moc"