diff options
Diffstat (limited to 'kpoker')
-rw-r--r-- | kpoker/kpoker.cpp | 2 | ||||
-rw-r--r-- | kpoker/sound.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kpoker/kpoker.cpp b/kpoker/kpoker.cpp index a773dcac..cc510319 100644 --- a/kpoker/kpoker.cpp +++ b/kpoker/kpoker.cpp @@ -28,7 +28,7 @@ #include <tdemessagebox.h> #include <tdeapplication.h> #include <tdeglobal.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kdebug.h> #include <tdeconfig.h> #include <tdelocale.h> diff --git a/kpoker/sound.cpp b/kpoker/sound.cpp index 3835c3fb..ba80e2e2 100644 --- a/kpoker/sound.cpp +++ b/kpoker/sound.cpp @@ -16,7 +16,7 @@ #include <tqstring.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> // sound support #include <kaudioplayer.h> |