summaryrefslogtreecommitdiffstats
path: root/src/svnfrontend/graphtree
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-27 02:15:45 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-27 02:15:45 -0600
commit67ba735507eb477d352251941e7a210f7c306ade (patch)
treee2cd94db0ab5831eed7a75439da78a1cfaa20d40 /src/svnfrontend/graphtree
parentfaca9d40261b2045c221b6e0a411a1e0c8f462bc (diff)
downloadtdesvn-67ba735507eb477d352251941e7a210f7c306ade.tar.gz
tdesvn-67ba735507eb477d352251941e7a210f7c306ade.zip
Fix more FTBFS problems
Diffstat (limited to 'src/svnfrontend/graphtree')
-rw-r--r--src/svnfrontend/graphtree/revgraphview.cpp6
-rw-r--r--src/svnfrontend/graphtree/revisiontree.cpp16
-rw-r--r--src/svnfrontend/graphtree/revisiontree.h6
-rw-r--r--src/svnfrontend/graphtree/revtreewidget.cpp2
4 files changed, 15 insertions, 15 deletions
diff --git a/src/svnfrontend/graphtree/revgraphview.cpp b/src/svnfrontend/graphtree/revgraphview.cpp
index 32f8e2d..bb2bb3c 100644
--- a/src/svnfrontend/graphtree/revgraphview.cpp
+++ b/src/svnfrontend/graphtree/revgraphview.cpp
@@ -21,9 +21,9 @@
#include "graphtreelabel.h"
#include "pannerview.h"
#include "graphtree_defines.h"
-#include "src/settings/tdesvnsettings.h"
-#include "../stopdlg.h"
-#include "src/svnqt/client.hpp"
+#include "tdesvnsettings.h"
+#include "stopdlg.h"
+#include "client.hpp"
#include <kapp.h>
#include <kdebug.h>
diff --git a/src/svnfrontend/graphtree/revisiontree.cpp b/src/svnfrontend/graphtree/revisiontree.cpp
index 6932768..335994e 100644
--- a/src/svnfrontend/graphtree/revisiontree.cpp
+++ b/src/svnfrontend/graphtree/revisiontree.cpp
@@ -18,17 +18,17 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
#include "revisiontree.h"
-#include "../stopdlg.h"
-#include "src/svnqt/log_entry.hpp"
-#include "src/svnqt/cache/LogCache.hpp"
-#include "src/svnqt/cache/ReposLog.hpp"
-#include "src/svnqt/url.hpp"
-#include "helpers/sub2qt.h"
+#include "stopdlg.h"
+#include "log_entry.hpp"
+#include "LogCache.hpp"
+#include "ReposLog.hpp"
+#include "url.hpp"
+#include "sub2qt.h"
#include "revtreewidget.h"
#include "revgraphview.h"
#include "elogentry.h"
-#include "src/svnfrontend/fronthelpers/cursorstack.h"
-#include "src/settings/tdesvnsettings.h"
+#include "cursorstack.h"
+#include "tdesvnsettings.h"
#include <kdebug.h>
#include <kprogress.h>
diff --git a/src/svnfrontend/graphtree/revisiontree.h b/src/svnfrontend/graphtree/revisiontree.h
index 5ce1cb6..e6e5de1 100644
--- a/src/svnfrontend/graphtree/revisiontree.h
+++ b/src/svnfrontend/graphtree/revisiontree.h
@@ -20,9 +20,9 @@
#ifndef REVISIONTREE_H
#define REVISIONTREE_H
-#include "src/svnqt/log_entry.hpp"
-#include "src/svnqt/revision.hpp"
-#include "src/svnqt/client.hpp"
+#include "log_entry.hpp"
+#include "revision.hpp"
+#include "client.hpp"
#include <tqstring.h>
#include <tqmap.h>
diff --git a/src/svnfrontend/graphtree/revtreewidget.cpp b/src/svnfrontend/graphtree/revtreewidget.cpp
index a43b61e..2652e3c 100644
--- a/src/svnfrontend/graphtree/revtreewidget.cpp
+++ b/src/svnfrontend/graphtree/revtreewidget.cpp
@@ -18,7 +18,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
#include "revtreewidget.h"
-#include "src/settings/tdesvnsettings.h"
+#include "tdesvnsettings.h"
#include <tqvariant.h>
#include <tqsplitter.h>