summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-02-25 13:17:47 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-02-25 17:42:01 +0900
commit8147a5246e748c8b01767b212d8f842c7bd4e33d (patch)
tree6e7bec43b05f5782e8ef443cd5be3a36e3e6b68b
parent2f92c075854f2a2bf94092d5ccc0b81a8519070d (diff)
downloadtdepacman-8147a524.tar.gz
tdepacman-8147a524.zip
Replace obsolete kstddirs.h with kstandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4cdb8eccf2ebff1bed2217f4eda91f8052e44602)
-rw-r--r--tdepacman/keys.cpp2
-rw-r--r--tdepacman/painter.cpp2
-rw-r--r--tdepacman/referee.cpp2
-rw-r--r--tdepacman/score.cpp2
-rw-r--r--tdepacman/status.cpp2
-rw-r--r--tdepacman/tdepacmanview.cpp2
6 files changed, 6 insertions, 6 deletions
diff --git a/tdepacman/keys.cpp b/tdepacman/keys.cpp
index c538c0e..aea6571 100644
--- a/tdepacman/keys.cpp
+++ b/tdepacman/keys.cpp
@@ -1,5 +1,5 @@
#include <tdeapplication.h>
-#include <kstddirs.h>
+#include <kstandarddirs.h>
#include <tdeconfig.h>
#include <tdelocale.h>
diff --git a/tdepacman/painter.cpp b/tdepacman/painter.cpp
index b924f35..2f44342 100644
--- a/tdepacman/painter.cpp
+++ b/tdepacman/painter.cpp
@@ -1,5 +1,5 @@
#include <tdeapplication.h>
-#include <kstddirs.h>
+#include <kstandarddirs.h>
#include <tdeconfig.h>
#include <tqcolor.h>
diff --git a/tdepacman/referee.cpp b/tdepacman/referee.cpp
index 9c9adc4..0a5b366 100644
--- a/tdepacman/referee.cpp
+++ b/tdepacman/referee.cpp
@@ -1,7 +1,7 @@
#include <stdlib.h>
#include <tdeapplication.h>
-#include <kstddirs.h>
+#include <kstandarddirs.h>
#include <tdeconfig.h>
#include <tqdatetime.h>
diff --git a/tdepacman/score.cpp b/tdepacman/score.cpp
index b0dd5c9..772a7d9 100644
--- a/tdepacman/score.cpp
+++ b/tdepacman/score.cpp
@@ -2,7 +2,7 @@
#include <ctype.h>
#include <tdeapplication.h>
-#include <kstddirs.h>
+#include <kstandarddirs.h>
#include <tdeaccel.h>
#include <tdeconfig.h>
diff --git a/tdepacman/status.cpp b/tdepacman/status.cpp
index ef8bfd0..e2f424c 100644
--- a/tdepacman/status.cpp
+++ b/tdepacman/status.cpp
@@ -1,5 +1,5 @@
#include <tdeapplication.h>
-#include <kstddirs.h>
+#include <kstandarddirs.h>
#include <tdelocale.h>
#include <tqbitmap.h>
diff --git a/tdepacman/tdepacmanview.cpp b/tdepacman/tdepacmanview.cpp
index 23a19ad..45e5040 100644
--- a/tdepacman/tdepacmanview.cpp
+++ b/tdepacman/tdepacmanview.cpp
@@ -21,7 +21,7 @@
// include files for TDE
#include <tdeapplication.h>
#include <tdeconfig.h>
-#include <kstddirs.h>
+#include <kstandarddirs.h>
// application specific includes
#include "tdepacmanview.h"