From 804a7e2aae915c4dd7b914b1f7e1d7fad8179e64 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 14 Feb 2013 17:03:52 -0600 Subject: Rename common header files for consistency with class renaming --- src/app/main.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/app/main.cpp') diff --git a/src/app/main.cpp b/src/app/main.cpp index efde83c..b304e5c 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -20,9 +20,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include -#include -#include -#include +#include +#include +#include #include #include @@ -131,7 +131,7 @@ KDE_EXPORT int kdemain (int argc, char *argv[]) { TDEApplication kapplication; - if (kapplication.isRestored()) { + if (tdeapplication.isRestored()) { RESTORE(MainWindow) } else { TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); @@ -157,7 +157,7 @@ KDE_EXPORT int kdemain (int argc, char *argv[]) { mainWindow->show(); } - return kapplication.exec(); + return tdeapplication.exec(); } } // namespace -- cgit v1.2.1