diff options
author | Timothy Pearson <[email protected]> | 2013-02-14 17:16:48 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-14 17:16:48 -0600 |
commit | e6b7858482abde4b7e5cf6a554bd1599691fbfa6 (patch) | |
tree | 488fdb21701a3565f3daeeed90f31a05533d391f /konquest/Konquest.cc | |
parent | 7b6ec716009dcd841390a5a4d671b73c25466471 (diff) | |
download | tdegames-e6b7858482abde4b7e5cf6a554bd1599691fbfa6.tar.gz tdegames-e6b7858482abde4b7e5cf6a554bd1599691fbfa6.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'konquest/Konquest.cc')
-rw-r--r-- | konquest/Konquest.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/konquest/Konquest.cc b/konquest/Konquest.cc index 25a08857..953852a2 100644 --- a/konquest/Konquest.cc +++ b/konquest/Konquest.cc @@ -1,7 +1,7 @@ -#include <kapplication.h> +#include <tdeapplication.h> #include <klocale.h> -#include <kcmdlineargs.h> -#include <kaboutdata.h> +#include <tdecmdlineargs.h> +#include <tdeaboutdata.h> #include "version.h" #include "mainwin.h" |