diff options
Diffstat (limited to 'src/svnqt/path.cpp')
-rw-r--r-- | src/svnqt/path.cpp | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/src/svnqt/path.cpp b/src/svnqt/path.cpp index ae94789..0a09bd6 100644 --- a/src/svnqt/path.cpp +++ b/src/svnqt/path.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 */ @@ -36,12 +36,12 @@ #include "apr_file_io.h" // svncpp -#include "svnqt/path.hpp" -#include "svnqt/pool.hpp" -#include "svnqt/url.hpp" -#include "svnqt/svnqt_defines.hpp" -#include "svnqt/revision.hpp" -#include "svnqt/exception.hpp" +#include "svnqt/path.h" +#include "svnqt/pool.h" +#include "svnqt/url.h" +#include "svnqt/svnqt_defines.h" +#include "svnqt/revision.h" +#include "svnqt/exception.h" #include <tqurl.h> @@ -270,9 +270,3 @@ namespace svn } } - -/* ----------------------------------------------------------------- - * local variables: - * eval: (load-file "../../rapidsvn-dev.el") - * end: - */ |