summaryrefslogtreecommitdiffstats
path: root/src/svnqt/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/svnqt/client.cpp')
-rw-r--r--src/svnqt/client.cpp14
1 files changed, 4 insertions, 10 deletions
diff --git a/src/svnqt/client.cpp b/src/svnqt/client.cpp
index f7560a4..cc5ded0 100644
--- a/src/svnqt/client.cpp
+++ b/src/svnqt/client.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
*/
@@ -32,9 +32,9 @@
#endif
// svncpp
-#include "svnqt/client.hpp"
-#include "svnqt/client_impl.hpp"
-#include "svnqt/svnqt_defines.hpp"
+#include "svnqt/client.h"
+#include "svnqt/client_impl.h"
+#include "svnqt/svnqt_defines.h"
#include "svn_opt.h"
@@ -96,9 +96,3 @@ namespace svn
return 0L;
}
}
-
-/* -----------------------------------------------------------------
- * local variables:
- * eval: (load-file "../../rapidsvn-dev.el")
- * end:
- */