diff options
Diffstat (limited to 'ksame/main.cpp')
-rw-r--r-- | ksame/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksame/main.cpp b/ksame/main.cpp index 8bb084c6..15484755 100644 --- a/ksame/main.cpp +++ b/ksame/main.cpp @@ -22,13 +22,13 @@ #include <tqwidget.h> #include <tdeapplication.h> -#include <klocale.h> +#include <tdelocale.h> #include <tdecmdlineargs.h> #include "version.h" #include "KSameWidget.h" #include <tdeaboutdata.h> -#include <kglobal.h> +#include <tdeglobal.h> static const char description[] = I18N_NOOP("Same Game - a little game about balls and how to get rid of them"); static const char copyright[] = "(c) 1997-1998 Marcus Kreutzberger"; |