summaryrefslogtreecommitdiffstats
path: root/kmobile
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:18:40 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:18:40 -0600
commit38b7daf1afffa515cf4880847c0d985f3c6ee753 (patch)
tree3e5e8489a057008373c2ae2d1583d5a1865f7e3d /kmobile
parentf4236c497b152468e23da7b8a64caf6988e61515 (diff)
downloadtdepim-38b7daf1afffa515cf4880847c0d985f3c6ee753.tar.gz
tdepim-38b7daf1afffa515cf4880847c0d985f3c6ee753.zip
Rename common header files for consistency with class renaming
Diffstat (limited to 'kmobile')
-rw-r--r--kmobile/kmobile.h2
-rw-r--r--kmobile/main.cpp4
-rw-r--r--kmobile/testlibkmobile.cpp2
3 files changed, 4 insertions, 4 deletions
diff --git a/kmobile/kmobile.h b/kmobile/kmobile.h
index f2d6d613f..f2e110acc 100644
--- a/kmobile/kmobile.h
+++ b/kmobile/kmobile.h
@@ -5,7 +5,7 @@
#ifndef _KMOBILE_H_
#define _KMOBILE_H_
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <tdemainwindow.h>
#include <ktrader.h>
diff --git a/kmobile/main.cpp b/kmobile/main.cpp
index 107803d2d..423c8be87 100644
--- a/kmobile/main.cpp
+++ b/kmobile/main.cpp
@@ -20,8 +20,8 @@
#include "kmobile.h"
#include <kuniqueapplication.h>
#include <dcopclient.h>
-#include <kaboutdata.h>
-#include <kcmdlineargs.h>
+#include <tdeaboutdata.h>
+#include <tdecmdlineargs.h>
#include <klocale.h>
static const char description[] =
diff --git a/kmobile/testlibkmobile.cpp b/kmobile/testlibkmobile.cpp
index 1f43cc9bf..4a883dede 100644
--- a/kmobile/testlibkmobile.cpp
+++ b/kmobile/testlibkmobile.cpp
@@ -3,7 +3,7 @@
* Copyright (C) 2003 Helge Deller <deller@kde.org>
*/
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <dcopclient.h>
#include <tqdatastream.h>
#include <tqstring.h>