summaryrefslogtreecommitdiffstats
path: root/src/tdesvnd
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-02-14 17:11:01 -0600
committerTimothy Pearson <[email protected]>2013-02-14 17:11:01 -0600
commit13e480c92e41a25f2ff3e3a13062e57f183e19ed (patch)
tree67cebab2a1f5799accb319b2a9417834386245b8 /src/tdesvnd
parent02559f83195e0d7f87b88328d10cd0a1e8c57f35 (diff)
downloadtdesvn-13e480c92e41a25f2ff3e3a13062e57f183e19ed.tar.gz
tdesvn-13e480c92e41a25f2ff3e3a13062e57f183e19ed.zip
Rename common header files for consistency with class renaming
Diffstat (limited to 'src/tdesvnd')
-rw-r--r--src/tdesvnd/main.cpp6
-rw-r--r--src/tdesvnd/tdesvnd_dcop.cpp2
2 files changed, 4 insertions, 4 deletions
diff --git a/src/tdesvnd/main.cpp b/src/tdesvnd/main.cpp
index 5557db9..998632d 100644
--- a/src/tdesvnd/main.cpp
+++ b/src/tdesvnd/main.cpp
@@ -20,10 +20,10 @@
#include <kuniqueapplication.h>
-#include <kaboutdata.h>
-#include <kcmdlineargs.h>
+#include <tdeaboutdata.h>
+#include <tdecmdlineargs.h>
#include <kdebug.h>
-#include <kaboutdata.h>
+#include <tdeaboutdata.h>
#include <klocale.h>
#include <dcopclient.h>
#include "tdesvnd_dcop.h"
diff --git a/src/tdesvnd/tdesvnd_dcop.cpp b/src/tdesvnd/tdesvnd_dcop.cpp
index 13a852e..70913e6 100644
--- a/src/tdesvnd/tdesvnd_dcop.cpp
+++ b/src/tdesvnd/tdesvnd_dcop.cpp
@@ -33,7 +33,7 @@
#include "ktranslateurl.h"
#include <kdebug.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kmessagebox.h>
#include <klocale.h>
#include <kglobal.h>