summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-11-05 13:31:21 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-11-05 17:52:09 +0900
commit6cbc3ef33d79bb0ead953c2d1253ac5513991b57 (patch)
tree6b0adc0494198b51a8e88e5eec65ff169ee2ecfc /src/main.cpp
parent2be10d185e2c267f96a8db8982aa09156481f64f (diff)
downloadksensors-6cbc3ef33d79bb0ead953c2d1253ac5513991b57.tar.gz
ksensors-6cbc3ef33d79bb0ead953c2d1253ac5513991b57.zip
Don't use obsolete header kuniqueapp.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index c8bda6a..1504484 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -19,7 +19,7 @@
#include <tdeaboutdata.h>
#include <tdelocale.h>
-#include <kuniqueapp.h>
+#include <kuniqueapplication.h>
#include "ksensorssplash.h"
#include "lmsensorsdock.h"