summaryrefslogtreecommitdiffstats
path: root/src/svnqt/revision.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/svnqt/revision.cpp')
-rw-r--r--src/svnqt/revision.cpp14
1 files changed, 4 insertions, 10 deletions
diff --git a/src/svnqt/revision.cpp b/src/svnqt/revision.cpp
index a5a72c8..758acf6 100644
--- a/src/svnqt/revision.cpp
+++ b/src/svnqt/revision.cpp
@@ -1,5 +1,5 @@
/*
- * Port for usage with qt-framework and development for tdesvn
+ * Port for usage with tqt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://tdesvn.alwins-world.de
*/
@@ -30,10 +30,10 @@
// svncpp
-#include "revision.hpp"
-#include "pool.hpp"
+#include "revision.h"
+#include "pool.h"
-// qt
+// tqt
#include "tqdatetime.h"
namespace svn
@@ -291,9 +291,3 @@ namespace svn
}
}
-
-/* -----------------------------------------------------------------
- * local variables:
- * eval: (load-file "../../rapidsvn-dev.el")
- * end:
- */