diff options
-rw-r--r-- | tdepacman/keys.cpp | 2 | ||||
-rw-r--r-- | tdepacman/painter.cpp | 2 | ||||
-rw-r--r-- | tdepacman/referee.cpp | 2 | ||||
-rw-r--r-- | tdepacman/score.cpp | 2 | ||||
-rw-r--r-- | tdepacman/status.cpp | 2 | ||||
-rw-r--r-- | tdepacman/tdepacmanview.cpp | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/tdepacman/keys.cpp b/tdepacman/keys.cpp index 9e0bcbc..998d7d7 100644 --- a/tdepacman/keys.cpp +++ b/tdepacman/keys.cpp @@ -1,5 +1,5 @@ #include <tdeapplication.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdeconfig.h> #include <tdelocale.h> diff --git a/tdepacman/painter.cpp b/tdepacman/painter.cpp index 79525b6..f816acf 100644 --- a/tdepacman/painter.cpp +++ b/tdepacman/painter.cpp @@ -1,5 +1,5 @@ #include <tdeapplication.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdeconfig.h> #include <tqcolor.h> diff --git a/tdepacman/referee.cpp b/tdepacman/referee.cpp index a39b836..21f9726 100644 --- a/tdepacman/referee.cpp +++ b/tdepacman/referee.cpp @@ -1,7 +1,7 @@ #include <stdlib.h> #include <tdeapplication.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdeconfig.h> #include <tqdatetime.h> diff --git a/tdepacman/score.cpp b/tdepacman/score.cpp index f1fc4fc..5f6be20 100644 --- a/tdepacman/score.cpp +++ b/tdepacman/score.cpp @@ -2,7 +2,7 @@ #include <ctype.h> #include <tdeapplication.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdeaccel.h> #include <tdeconfig.h> diff --git a/tdepacman/status.cpp b/tdepacman/status.cpp index 128edff..a80b660 100644 --- a/tdepacman/status.cpp +++ b/tdepacman/status.cpp @@ -1,5 +1,5 @@ #include <tdeapplication.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdelocale.h> #include <tqbitmap.h> diff --git a/tdepacman/tdepacmanview.cpp b/tdepacman/tdepacmanview.cpp index ddbf4da..2eb389d 100644 --- a/tdepacman/tdepacmanview.cpp +++ b/tdepacman/tdepacmanview.cpp @@ -21,7 +21,7 @@ // include files for TDE #include <tdeapplication.h> #include <tdeconfig.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> // application specific includes #include "tdepacmanview.h" |