diff options
Diffstat (limited to 'src/svnqt/targets.cpp')
-rw-r--r-- | src/svnqt/targets.cpp | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/src/svnqt/targets.cpp b/src/svnqt/targets.cpp index b73d768..ae6d57c 100644 --- a/src/svnqt/targets.cpp +++ b/src/svnqt/targets.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,10 +36,10 @@ #include "apr_strings.h" // svncpp -#include "svnqt/targets.hpp" -#include "svnqt/path.hpp" -#include "svnqt/pool.hpp" -#include "svnqt/svnqt_defines.hpp" +#include "svnqt/targets.h" +#include "svnqt/path.h" +#include "svnqt/pool.h" +#include "svnqt/svnqt_defines.h" #include <tqstringlist.h> @@ -162,9 +162,3 @@ namespace svn } } } - -/* ----------------------------------------------------------------- - * local variables: - * eval: (load-file "../../rapidsvn-dev.el") - * end: - */ |