summaryrefslogtreecommitdiffstats
path: root/src/svnqt/url.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/svnqt/url.cpp')
-rw-r--r--src/svnqt/url.cpp12
1 files changed, 3 insertions, 9 deletions
diff --git a/src/svnqt/url.cpp b/src/svnqt/url.cpp
index 64edb06..0e32af0 100644
--- a/src/svnqt/url.cpp
+++ b/src/svnqt/url.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
*/
@@ -33,8 +33,8 @@
// svncpp
-#include "pool.hpp"
-#include "url.hpp"
+#include "pool.h"
+#include "url.h"
#include <tqglobal.h>
#include <tqvaluelist.h>
@@ -173,9 +173,3 @@ namespace svn
return mSchemas;
}
}
-
-/* -----------------------------------------------------------------
- * local variables:
- * eval: (load-file "../../rapidsvn-dev.el")
- * end:
- */