diff options
Diffstat (limited to 'ksame/main.cpp')
-rw-r--r-- | ksame/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ksame/main.cpp b/ksame/main.cpp index f85a7f85..8bb084c6 100644 --- a/ksame/main.cpp +++ b/ksame/main.cpp @@ -21,13 +21,13 @@ #include <tqwidget.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <klocale.h> -#include <kcmdlineargs.h> +#include <tdecmdlineargs.h> #include "version.h" #include "KSameWidget.h" -#include <kaboutdata.h> +#include <tdeaboutdata.h> #include <kglobal.h> static const char description[] = I18N_NOOP("Same Game - a little game about balls and how to get rid of them"); |