summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-02-25 13:17:47 +0900
committerMichele Calgaro <[email protected]>2025-02-25 13:17:47 +0900
commit4cdb8eccf2ebff1bed2217f4eda91f8052e44602 (patch)
tree903cecc71dec3e6fadf04b05bafee8d3790069d9
parentc1510672c427967c58f23dc512fd4762d5ae78a1 (diff)
downloadtdepacman-4cdb8eccf2ebff1bed2217f4eda91f8052e44602.tar.gz
tdepacman-4cdb8eccf2ebff1bed2217f4eda91f8052e44602.zip
Replace obsolete kstddirs.h with kstandarddirs.h
Signed-off-by: Michele Calgaro <[email protected]>
-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 3701478..9e0bcbc 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 0cd028f..79525b6 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 3b3e5bf..a39b836 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 9b86530..f1fc4fc 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 27444e3..128edff 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 6526428..ddbf4da 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"