summaryrefslogtreecommitdiffstats
path: root/src/svnfrontend/graphtree
diff options
context:
space:
mode:
Diffstat (limited to 'src/svnfrontend/graphtree')
-rw-r--r--src/svnfrontend/graphtree/revgraphview.cpp2
-rw-r--r--src/svnfrontend/graphtree/revisiontree.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/svnfrontend/graphtree/revgraphview.cpp b/src/svnfrontend/graphtree/revgraphview.cpp
index db95554..f20ad95 100644
--- a/src/svnfrontend/graphtree/revgraphview.cpp
+++ b/src/svnfrontend/graphtree/revgraphview.cpp
@@ -25,7 +25,7 @@
#include "stopdlg.h"
#include "client.h"
-#include <kapp.h>
+#include <tdeapplication.h>
#include <kdebug.h>
#include <tdetempfile.h>
#include <ktempdir.h>
diff --git a/src/svnfrontend/graphtree/revisiontree.cpp b/src/svnfrontend/graphtree/revisiontree.cpp
index c37818f..a0c796a 100644
--- a/src/svnfrontend/graphtree/revisiontree.cpp
+++ b/src/svnfrontend/graphtree/revisiontree.cpp
@@ -33,7 +33,7 @@
#include <kdebug.h>
#include <kprogress.h>
#include <tdelocale.h>
-#include <kapp.h>
+#include <tdeapplication.h>
#include <tdelistview.h>
#include <kmdcodec.h>
#include <tdemessagebox.h>