From e6b7858482abde4b7e5cf6a554bd1599691fbfa6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 14 Feb 2013 17:16:48 -0600 Subject: Rename common header files for consistency with class renaming --- atlantik/client/main.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'atlantik/client/main.cpp') diff --git a/atlantik/client/main.cpp b/atlantik/client/main.cpp index 65c35d4c..693f9b09 100644 --- a/atlantik/client/main.cpp +++ b/atlantik/client/main.cpp @@ -14,10 +14,10 @@ // the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, // Boston, MA 02110-1301, USA. -#include -#include +#include +#include #include -#include +#include #include #include "main.h" @@ -64,7 +64,7 @@ int main(int argc, char *argv[]) TDEApplication kapplication; TDEGlobal::locale()->insertCatalogue("libtdegames"); - if (kapplication.isRestored()) + if (tdeapplication.isRestored()) RESTORE(Atlantik) else { @@ -74,5 +74,5 @@ int main(int argc, char *argv[]) atlantik->show(); } - return kapplication.exec(); + return tdeapplication.exec(); } -- cgit v1.2.1