diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:16:48 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:16:48 -0600 |
commit | e6b7858482abde4b7e5cf6a554bd1599691fbfa6 (patch) | |
tree | 488fdb21701a3565f3daeeed90f31a05533d391f /kpoker | |
parent | 7b6ec716009dcd841390a5a4d671b73c25466471 (diff) | |
download | tdegames-e6b7858482abde4b7e5cf6a554bd1599691fbfa6.tar.gz tdegames-e6b7858482abde4b7e5cf6a554bd1599691fbfa6.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'kpoker')
-rw-r--r-- | kpoker/kpoker.cpp | 2 | ||||
-rw-r--r-- | kpoker/main.cpp | 6 | ||||
-rw-r--r-- | kpoker/newgamedlg.cpp | 2 | ||||
-rw-r--r-- | kpoker/top.cpp | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/kpoker/kpoker.cpp b/kpoker/kpoker.cpp index 02a5a319..7cfec655 100644 --- a/kpoker/kpoker.cpp +++ b/kpoker/kpoker.cpp @@ -26,7 +26,7 @@ // KDE includes #include <kmessagebox.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kglobal.h> #include <kstandarddirs.h> #include <kdebug.h> diff --git a/kpoker/main.cpp b/kpoker/main.cpp index 9ed05f9b..df81b0d3 100644 --- a/kpoker/main.cpp +++ b/kpoker/main.cpp @@ -14,10 +14,10 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#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 "top.h" diff --git a/kpoker/newgamedlg.cpp b/kpoker/newgamedlg.cpp index b8f5f19c..5ac23449 100644 --- a/kpoker/newgamedlg.cpp +++ b/kpoker/newgamedlg.cpp @@ -25,7 +25,7 @@ // KDE includes #include <klocale.h> #include <knuminput.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <tdeconfig.h> #include <knumvalidator.h> diff --git a/kpoker/top.cpp b/kpoker/top.cpp index 11c5ee34..731d1d6f 100644 --- a/kpoker/top.cpp +++ b/kpoker/top.cpp @@ -20,7 +20,7 @@ #include <tqcursor.h> // KDE includes -#include <kapplication.h> +#include <tdeapplication.h> #include <kmenubar.h> #include <kstatusbar.h> #include <kmessagebox.h> |