diff options
author | Michele Calgaro <[email protected]> | 2024-11-05 13:31:21 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-11-05 17:52:09 +0900 |
commit | 6cbc3ef33d79bb0ead953c2d1253ac5513991b57 (patch) | |
tree | 6b0adc0494198b51a8e88e5eec65ff169ee2ecfc /src | |
parent | 2be10d185e2c267f96a8db8982aa09156481f64f (diff) | |
download | ksensors-6cbc3ef33d79bb0ead953c2d1253ac5513991b57.tar.gz ksensors-6cbc3ef33d79bb0ead953c2d1253ac5513991b57.zip |
Don't use obsolete header kuniqueapp.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/ksensorscfg.cpp | 2 | ||||
-rw-r--r-- | src/main.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ksensorscfg.cpp b/src/ksensorscfg.cpp index 19c84f3..4e41307 100644 --- a/src/ksensorscfg.cpp +++ b/src/ksensorscfg.cpp @@ -31,7 +31,7 @@ #include <tdeaboutdata.h> #include <kdialogbase.h> -#include <kuniqueapp.h> +#include <kuniqueapplication.h> #include "lmsensors.h" #include "sensorslist.h" #include "generalcfg.h" 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" |