summaryrefslogtreecommitdiffstats
path: root/src/svnfrontend/graphtree
diff options
context:
space:
mode:
Diffstat (limited to 'src/svnfrontend/graphtree')
-rw-r--r--src/svnfrontend/graphtree/elogentry.h2
-rw-r--r--src/svnfrontend/graphtree/revgraphview.cpp2
-rw-r--r--src/svnfrontend/graphtree/revgraphview.h2
-rw-r--r--src/svnfrontend/graphtree/revisiontree.cpp8
-rw-r--r--src/svnfrontend/graphtree/revisiontree.h6
-rw-r--r--src/svnfrontend/graphtree/revtreewidget.h2
6 files changed, 11 insertions, 11 deletions
diff --git a/src/svnfrontend/graphtree/elogentry.h b/src/svnfrontend/graphtree/elogentry.h
index 3bcbabc..d9490b6 100644
--- a/src/svnfrontend/graphtree/elogentry.h
+++ b/src/svnfrontend/graphtree/elogentry.h
@@ -20,7 +20,7 @@
#ifndef ELOGENTRY_H
#define ELOGENTRY_H
-#include <svnqt/log_entry.hpp>
+#include <svnqt/log_entry.h>
/**
@author Rajko Albrecht <ral@alwins-world.de>
diff --git a/src/svnfrontend/graphtree/revgraphview.cpp b/src/svnfrontend/graphtree/revgraphview.cpp
index 416b6e9..a897e94 100644
--- a/src/svnfrontend/graphtree/revgraphview.cpp
+++ b/src/svnfrontend/graphtree/revgraphview.cpp
@@ -23,7 +23,7 @@
#include "graphtree_defines.h"
#include "tdesvnsettings.h"
#include "stopdlg.h"
-#include "client.hpp"
+#include "client.h"
#include <kapp.h>
#include <kdebug.h>
diff --git a/src/svnfrontend/graphtree/revgraphview.h b/src/svnfrontend/graphtree/revgraphview.h
index d8d1972..aae7ab9 100644
--- a/src/svnfrontend/graphtree/revgraphview.h
+++ b/src/svnfrontend/graphtree/revgraphview.h
@@ -20,7 +20,7 @@
#ifndef REVGRAPHVIEW_H
#define REVGRAPHVIEW_H
-#include <svnqt/revision.hpp>
+#include <svnqt/revision.h>
#include <tqcanvas.h>
diff --git a/src/svnfrontend/graphtree/revisiontree.cpp b/src/svnfrontend/graphtree/revisiontree.cpp
index be11aa2..c37818f 100644
--- a/src/svnfrontend/graphtree/revisiontree.cpp
+++ b/src/svnfrontend/graphtree/revisiontree.cpp
@@ -19,10 +19,10 @@
***************************************************************************/
#include "revisiontree.h"
#include "stopdlg.h"
-#include "log_entry.hpp"
-#include "LogCache.hpp"
-#include "ReposLog.hpp"
-#include "url.hpp"
+#include "log_entry.h"
+#include "LogCache.h"
+#include "ReposLog.h"
+#include "url.h"
#include "sub2qt.h"
#include "revtreewidget.h"
#include "revgraphview.h"
diff --git a/src/svnfrontend/graphtree/revisiontree.h b/src/svnfrontend/graphtree/revisiontree.h
index 199929d..211e3d4 100644
--- a/src/svnfrontend/graphtree/revisiontree.h
+++ b/src/svnfrontend/graphtree/revisiontree.h
@@ -20,9 +20,9 @@
#ifndef REVISIONTREE_H
#define REVISIONTREE_H
-#include "log_entry.hpp"
-#include "revision.hpp"
-#include "client.hpp"
+#include "log_entry.h"
+#include "revision.h"
+#include "client.h"
#include <tqstring.h>
#include <tqmap.h>
diff --git a/src/svnfrontend/graphtree/revtreewidget.h b/src/svnfrontend/graphtree/revtreewidget.h
index 40a1b10..35cfc52 100644
--- a/src/svnfrontend/graphtree/revtreewidget.h
+++ b/src/svnfrontend/graphtree/revtreewidget.h
@@ -20,7 +20,7 @@
#ifndef REVTREEWIDGET_H
#define REVTREEWIDGET_H
-#include <svnqt/revision.hpp>
+#include <svnqt/revision.h>
#include <tqvariant.h>
#include <tqpixmap.h>