summaryrefslogtreecommitdiffstats
path: root/ksmserver
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:15:13 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:15:13 -0600
commit9286b9ebcc5c6b73a1061763cf5e3d9dd8eea3c0 (patch)
tree9ab57608e370cc0051bebd305a72c79b5fe15076 /ksmserver
parent05f7409313fb8f09f539ae65791c830d2eaf91a6 (diff)
downloadtdebase-9286b9ebcc5c6b73a1061763cf5e3d9dd8eea3c0.tar.gz
tdebase-9286b9ebcc5c6b73a1061763cf5e3d9dd8eea3c0.zip
Rename common header files for consistency with class renaming
Diffstat (limited to 'ksmserver')
-rw-r--r--ksmserver/client.h2
-rw-r--r--ksmserver/main.cpp6
-rw-r--r--ksmserver/server.cpp2
-rw-r--r--ksmserver/server.h2
-rw-r--r--ksmserver/shutdown.cpp2
-rw-r--r--ksmserver/shutdowndlg.cpp2
-rw-r--r--ksmserver/shutdowndlg.h2
-rw-r--r--ksmserver/startup.cpp2
-rw-r--r--ksmserver/startupdlg.cpp2
-rw-r--r--ksmserver/startupdlg.h2
-rw-r--r--ksmserver/test.cpp6
11 files changed, 15 insertions, 15 deletions
diff --git a/ksmserver/client.h b/ksmserver/client.h
index d950275ce..958511a37 100644
--- a/ksmserver/client.h
+++ b/ksmserver/client.h
@@ -19,7 +19,7 @@ Copyright (C) 2000 Matthias Ettrich <ettrich@kde.org>
#include <tqdict.h>
#include <tqptrqueue.h>
#include <tqptrdict.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <tqtimer.h>
#include <dcopobject.h>
diff --git a/ksmserver/main.cpp b/ksmserver/main.cpp
index 30a9ec1a3..91d45d031 100644
--- a/ksmserver/main.cpp
+++ b/ksmserver/main.cpp
@@ -16,9 +16,9 @@ Copyright (C) 2000 Matthias Ettrich <ettrich@kde.org>
#include <tqmessagebox.h>
#include <tqdir.h>
-#include <kapplication.h>
-#include <kcmdlineargs.h>
-#include <kaboutdata.h>
+#include <tdeapplication.h>
+#include <tdecmdlineargs.h>
+#include <tdeaboutdata.h>
#include <kdebug.h>
#include <klocale.h>
#include <kglobal.h>
diff --git a/ksmserver/server.cpp b/ksmserver/server.cpp
index 4d70b365d..5e2d6b412 100644
--- a/ksmserver/server.cpp
+++ b/ksmserver/server.cpp
@@ -71,7 +71,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <tdeconfig.h>
#include <kstandarddirs.h>
#include <unistd.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kstaticdeleter.h>
#include <ktempfile.h>
#include <kprocess.h>
diff --git a/ksmserver/server.h b/ksmserver/server.h
index c2207ec95..f90db4ae0 100644
--- a/ksmserver/server.h
+++ b/ksmserver/server.h
@@ -19,7 +19,7 @@ Copyright (C) 2000 Matthias Ettrich <ettrich@kde.org>
#include <tqdict.h>
#include <tqptrqueue.h>
#include <tqptrdict.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <tqtimer.h>
#include <dcopobject.h>
diff --git a/ksmserver/shutdown.cpp b/ksmserver/shutdown.cpp
index 729090961..0e740daf4 100644
--- a/ksmserver/shutdown.cpp
+++ b/ksmserver/shutdown.cpp
@@ -71,7 +71,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <tdeconfig.h>
#include <kstandarddirs.h>
#include <unistd.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kstaticdeleter.h>
#include <ktempfile.h>
#include <kprocess.h>
diff --git a/ksmserver/shutdowndlg.cpp b/ksmserver/shutdowndlg.cpp
index f67dda720..4dc8038ce 100644
--- a/ksmserver/shutdowndlg.cpp
+++ b/ksmserver/shutdowndlg.cpp
@@ -39,7 +39,7 @@ Copyright (C) 2000 Matthias Ettrich <ettrich@kde.org>
#include <klocale.h>
#include <tdeconfig.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kdebug.h>
#include <kpushbutton.h>
#include <kstdguiitem.h>
diff --git a/ksmserver/shutdowndlg.h b/ksmserver/shutdowndlg.h
index c9f2f3fbd..9f030f1e3 100644
--- a/ksmserver/shutdowndlg.h
+++ b/ksmserver/shutdowndlg.h
@@ -28,7 +28,7 @@ class TQString;
class TDEAction;
#include "timed.h"
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kpixmapio.h>
#include <config.h>
diff --git a/ksmserver/startup.cpp b/ksmserver/startup.cpp
index 98829c419..3df79fc16 100644
--- a/ksmserver/startup.cpp
+++ b/ksmserver/startup.cpp
@@ -70,7 +70,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <tdeconfig.h>
#include <kstandarddirs.h>
#include <unistd.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kstaticdeleter.h>
#include <ktempfile.h>
#include <kprocess.h>
diff --git a/ksmserver/startupdlg.cpp b/ksmserver/startupdlg.cpp
index 383649e88..585d437ad 100644
--- a/ksmserver/startupdlg.cpp
+++ b/ksmserver/startupdlg.cpp
@@ -30,7 +30,7 @@ Copyright (C) 2000 Matthias Ettrich <ettrich@kde.org>
#include <klocale.h>
#include <tdeconfig.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kdebug.h>
#include <kpushbutton.h>
#include <kstdguiitem.h>
diff --git a/ksmserver/startupdlg.h b/ksmserver/startupdlg.h
index 3c895a5c2..a18a121d6 100644
--- a/ksmserver/startupdlg.h
+++ b/ksmserver/startupdlg.h
@@ -27,7 +27,7 @@ class TQString;
class TDEAction;
#include "timed.h"
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kpixmapio.h>
diff --git a/ksmserver/test.cpp b/ksmserver/test.cpp
index 126164db9..3349809a2 100644
--- a/ksmserver/test.cpp
+++ b/ksmserver/test.cpp
@@ -1,7 +1,7 @@
#include "shutdowndlg.h"
-#include <kcmdlineargs.h>
-#include <kaboutdata.h>
-#include <kapplication.h>
+#include <tdecmdlineargs.h>
+#include <tdeaboutdata.h>
+#include <tdeapplication.h>
#include <kiconloader.h>
int