summaryrefslogtreecommitdiffstats
path: root/src/ksensorssplash.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-02-25 19:23:40 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-02-25 19:23:40 +0900
commitee1486028eb6ab269af20c758da3a7ea4cb937f3 (patch)
treed0ac5ad4317f78ca6e2609c3736bb01164378fde /src/ksensorssplash.cpp
parentf8f757a9ca6449c76fa3174b65129d9fddfeab55 (diff)
downloadksensors-ee1486028eb6ab269af20c758da3a7ea4cb937f3.tar.gz
ksensors-ee1486028eb6ab269af20c758da3a7ea4cb937f3.zip
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/ksensorssplash.cpp')
-rw-r--r--src/ksensorssplash.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ksensorssplash.cpp b/src/ksensorssplash.cpp
index 5b7fa28..618a123 100644
--- a/src/ksensorssplash.cpp
+++ b/src/ksensorssplash.cpp
@@ -18,7 +18,7 @@
#include "ksensorssplash.h"
#include <tdeapplication.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
KSensorsSplash::KSensorsSplash(TQWidget *parent, const char *name ) :
TQWidget(parent,name, WStyle_NoBorder | WStyle_Customize | WDestructiveClose | WStyle_StaysOnTop )