summaryrefslogtreecommitdiffstats
path: root/src/palettecfg.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/palettecfg.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/palettecfg.cpp')
-rw-r--r--src/palettecfg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/palettecfg.cpp b/src/palettecfg.cpp
index 64fddd8..2c2fef3 100644
--- a/src/palettecfg.cpp
+++ b/src/palettecfg.cpp
@@ -101,4 +101,4 @@ void PaletteCfg::savePalette()
else LMSensorsWidget::cfgWritePalette(framePanel->palette(),groupName);
}
-
+#include "palettecfg.moc"