diff options
Diffstat (limited to 'src/svnqt')
-rw-r--r-- | src/svnqt/CMakeLists.txt | 82 | ||||
-rw-r--r-- | src/svnqt/LICENSE_SVN | 2 | ||||
-rw-r--r-- | src/svnqt/annotate_line.h (renamed from src/svnqt/annotate_line.hpp) | 2 | ||||
-rw-r--r-- | src/svnqt/apr.cpp | 2 | ||||
-rw-r--r-- | src/svnqt/apr.h (renamed from src/svnqt/apr.hpp) | 0 | ||||
-rw-r--r-- | src/svnqt/cache/DatabaseException.cpp | 2 | ||||
-rw-r--r-- | src/svnqt/cache/DatabaseException.h (renamed from src/svnqt/cache/DatabaseException.hpp) | 2 | ||||
-rw-r--r-- | src/svnqt/cache/LogCache.cpp | 6 | ||||
-rw-r--r-- | src/svnqt/cache/LogCache.h (renamed from src/svnqt/cache/LogCache.hpp) | 4 | ||||
-rw-r--r-- | src/svnqt/cache/ReposLog.cpp | 16 | ||||
-rw-r--r-- | src/svnqt/cache/ReposLog.h (renamed from src/svnqt/cache/ReposLog.hpp) | 6 | ||||
-rw-r--r-- | src/svnqt/cache/test/sqlite.cpp | 12 | ||||
-rw-r--r-- | src/svnqt/check.h (renamed from src/svnqt/check.hpp) | 0 | ||||
-rw-r--r-- | src/svnqt/client.cpp | 6 | ||||
-rw-r--r-- | src/svnqt/client.h (renamed from src/svnqt/client.hpp) | 28 | ||||
-rw-r--r-- | src/svnqt/client_annotate.cpp | 4 | ||||
-rw-r--r-- | src/svnqt/client_cat.cpp | 14 | ||||
-rw-r--r-- | src/svnqt/client_diff.cpp | 14 | ||||
-rw-r--r-- | src/svnqt/client_impl.cpp | 4 | ||||
-rw-r--r-- | src/svnqt/client_impl.h (renamed from src/svnqt/client_impl.hpp) | 4 | ||||
-rw-r--r-- | src/svnqt/client_lock.cpp | 10 | ||||
-rw-r--r-- | src/svnqt/client_ls.cpp | 10 | ||||
-rw-r--r-- | src/svnqt/client_merge.cpp | 14 | ||||
-rw-r--r-- | src/svnqt/client_modify.cpp | 14 | ||||
-rw-r--r-- | src/svnqt/client_property.cpp | 14 | ||||
-rw-r--r-- | src/svnqt/client_status.cpp | 22 | ||||
-rw-r--r-- | src/svnqt/commititem.cpp | 2 | ||||
-rw-r--r-- | src/svnqt/commititem.h (renamed from src/svnqt/commititem.hpp) | 2 | ||||
-rw-r--r-- | src/svnqt/conflictdescription.cpp | 4 | ||||
-rw-r--r-- | src/svnqt/conflictdescription.h (renamed from src/svnqt/conflictdescription.hpp) | 4 | ||||
-rw-r--r-- | src/svnqt/conflictresult.cpp | 4 | ||||
-rw-r--r-- | src/svnqt/conflictresult.h (renamed from src/svnqt/conflictresult.hpp) | 4 | ||||
-rw-r--r-- | src/svnqt/context.cpp | 8 | ||||
-rw-r--r-- | src/svnqt/context.h (renamed from src/svnqt/context.hpp) | 6 | ||||
-rw-r--r-- | src/svnqt/context_listener.h (renamed from src/svnqt/context_listener.hpp) | 6 | ||||
-rw-r--r-- | src/svnqt/contextdata.cpp | 8 | ||||
-rw-r--r-- | src/svnqt/contextdata.h (renamed from src/svnqt/contextdata.hpp) | 8 | ||||
-rw-r--r-- | src/svnqt/datetime.cpp | 2 | ||||
-rw-r--r-- | src/svnqt/datetime.h (renamed from src/svnqt/datetime.hpp) | 2 | ||||
-rw-r--r-- | src/svnqt/diff_data.cpp | 6 | ||||
-rw-r--r-- | src/svnqt/diff_data.h (renamed from src/svnqt/diff_data.hpp) | 8 | ||||
-rw-r--r-- | src/svnqt/diffoptions.cpp | 6 | ||||
-rw-r--r-- | src/svnqt/diffoptions.h (renamed from src/svnqt/diffoptions.hpp) | 2 | ||||
-rw-r--r-- | src/svnqt/dirent.cpp | 6 | ||||
-rw-r--r-- | src/svnqt/dirent.h (renamed from src/svnqt/dirent.hpp) | 6 | ||||
-rw-r--r-- | src/svnqt/entry.cpp | 2 | ||||
-rw-r--r-- | src/svnqt/entry.h (renamed from src/svnqt/entry.hpp) | 12 | ||||
-rw-r--r-- | src/svnqt/exception.cpp | 4 | ||||
-rw-r--r-- | src/svnqt/exception.h (renamed from src/svnqt/exception.hpp) | 2 | ||||
-rw-r--r-- | src/svnqt/helper.h (renamed from src/svnqt/helper.hpp) | 4 | ||||
-rw-r--r-- | src/svnqt/info_entry.cpp | 6 | ||||
-rw-r--r-- | src/svnqt/info_entry.h (renamed from src/svnqt/info_entry.hpp) | 8 | ||||
-rw-r--r-- | src/svnqt/lock_entry.cpp | 4 | ||||
-rw-r--r-- | src/svnqt/lock_entry.h (renamed from src/svnqt/lock_entry.hpp) | 4 | ||||
-rw-r--r-- | src/svnqt/log_entry.cpp | 4 | ||||
-rw-r--r-- | src/svnqt/log_entry.h (renamed from src/svnqt/log_entry.hpp) | 4 | ||||
-rw-r--r-- | src/svnqt/path.cpp | 12 | ||||
-rw-r--r-- | src/svnqt/path.h (renamed from src/svnqt/path.hpp) | 4 | ||||
-rw-r--r-- | src/svnqt/pool.cpp | 2 | ||||
-rw-r--r-- | src/svnqt/pool.h (renamed from src/svnqt/pool.hpp) | 0 | ||||
-rw-r--r-- | src/svnqt/repository.cpp | 4 | ||||
-rw-r--r-- | src/svnqt/repository.h (renamed from src/svnqt/repository.hpp) | 6 | ||||
-rw-r--r-- | src/svnqt/repositorydata.cpp | 10 | ||||
-rw-r--r-- | src/svnqt/repositorydata.h (renamed from src/svnqt/repositorydata.hpp) | 8 | ||||
-rw-r--r-- | src/svnqt/repositorylistener.cpp | 2 | ||||
-rw-r--r-- | src/svnqt/repositorylistener.h (renamed from src/svnqt/repositorylistener.hpp) | 2 | ||||
-rw-r--r-- | src/svnqt/revision.cpp | 4 | ||||
-rw-r--r-- | src/svnqt/revision.h (renamed from src/svnqt/revision.hpp) | 4 | ||||
-rw-r--r-- | src/svnqt/shared_pointer.h (renamed from src/svnqt/shared_pointer.hpp) | 6 | ||||
-rw-r--r-- | src/svnqt/smart_pointer.h (renamed from src/svnqt/smart_pointer.hpp) | 2 | ||||
-rw-r--r-- | src/svnqt/status.cpp | 8 | ||||
-rw-r--r-- | src/svnqt/status.h (renamed from src/svnqt/status.hpp) | 16 | ||||
-rw-r--r-- | src/svnqt/stringarray.cpp | 4 | ||||
-rw-r--r-- | src/svnqt/stringarray.h (renamed from src/svnqt/stringarray.hpp) | 4 | ||||
-rw-r--r-- | src/svnqt/svnfilestream.cpp | 2 | ||||
-rw-r--r-- | src/svnqt/svnfilestream.h (renamed from src/svnqt/svnfilestream.hpp) | 2 | ||||
-rw-r--r-- | src/svnqt/svnqt_defines.h.in (renamed from src/svnqt/svnqt_defines.hpp.in) | 0 | ||||
-rw-r--r-- | src/svnqt/svnqttypes.h (renamed from src/svnqt/svnqttypes.hpp) | 4 | ||||
-rw-r--r-- | src/svnqt/svnstream.cpp | 6 | ||||
-rw-r--r-- | src/svnqt/svnstream.h (renamed from src/svnqt/svnstream.hpp) | 2 | ||||
-rw-r--r-- | src/svnqt/targets.cpp | 8 | ||||
-rw-r--r-- | src/svnqt/targets.h (renamed from src/svnqt/targets.hpp) | 4 | ||||
-rw-r--r-- | src/svnqt/testmain.cpp | 8 | ||||
-rw-r--r-- | src/svnqt/tests/ckpath.cpp | 2 | ||||
-rw-r--r-- | src/svnqt/tests/crepo.cpp | 8 | ||||
-rw-r--r-- | src/svnqt/tests/lsdir.cpp | 6 | ||||
-rw-r--r-- | src/svnqt/tests/testlistener.h | 2 | ||||
-rw-r--r-- | src/svnqt/url.cpp | 4 | ||||
-rw-r--r-- | src/svnqt/url.h (renamed from src/svnqt/url.hpp) | 2 | ||||
-rw-r--r-- | src/svnqt/version_check.cpp | 2 | ||||
-rw-r--r-- | src/svnqt/version_check.h (renamed from src/svnqt/version_check.hpp) | 2 | ||||
-rw-r--r-- | src/svnqt/wc.cpp | 8 | ||||
-rw-r--r-- | src/svnqt/wc.h (renamed from src/svnqt/wc.hpp) | 6 |
93 files changed, 309 insertions, 309 deletions
diff --git a/src/svnqt/CMakeLists.txt b/src/svnqt/CMakeLists.txt index 73d61cf..0e51db0 100644 --- a/src/svnqt/CMakeLists.txt +++ b/src/svnqt/CMakeLists.txt @@ -41,53 +41,53 @@ SET(SOURCES client_merge.cpp cache/LogCache.cpp cache/ReposLog.cpp - cache/DatabaseException.hpp + cache/DatabaseException.h cache/DatabaseException.cpp ) SET(CACHEINST_HEADERS - cache/LogCache.hpp - cache/ReposLog.hpp - cache/DatabaseException.hpp + cache/LogCache.h + cache/ReposLog.h + cache/DatabaseException.h ) SET(INST_HEADERS - annotate_line.hpp - apr.hpp - check.hpp - client.hpp - commititem.hpp - context.hpp - context_listener.hpp - datetime.hpp - dirent.hpp - entry.hpp - exception.hpp - info_entry.hpp - lock_entry.hpp - log_entry.hpp - path.hpp - pool.hpp - repository.hpp - repositorylistener.hpp - revision.hpp - smart_pointer.hpp - shared_pointer.hpp - status.hpp - svnfilestream.hpp - svnstream.hpp - svnqttypes.hpp - targets.hpp - url.hpp - version_check.hpp - wc.hpp - stringarray.hpp - diffoptions.hpp - conflictdescription.hpp - conflictresult.hpp + annotate_line.h + apr.h + check.h + client.h + commititem.h + context.h + context_listener.h + datetime.h + dirent.h + entry.h + exception.h + info_entry.h + lock_entry.h + log_entry.h + path.h + pool.h + repository.h + repositorylistener.h + revision.h + smart_pointer.h + shared_pointer.h + status.h + svnfilestream.h + svnstream.h + svnqttypes.h + targets.h + url.h + version_check.h + wc.h + stringarray.h + diffoptions.h + conflictdescription.h + conflictresult.h ) -FILE(GLOB svnhdr RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "*.hpp") +FILE(GLOB svnhdr RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "*.h") SET(svnhdr ${svnhdr} ${CACHE_INST_HEADERS}) @@ -106,12 +106,12 @@ IF (HAVE_GCC_VISIBILITY) ENDIF (HAVE_GCC_VISIBILITY) CONFIGURE_FILE( - "${CMAKE_CURRENT_SOURCE_DIR}/svnqt_defines.hpp.in" - "${CMAKE_CURRENT_BINARY_DIR}/svnqt_defines.hpp" + "${CMAKE_CURRENT_SOURCE_DIR}/svnqt_defines.h.in" + "${CMAKE_CURRENT_BINARY_DIR}/svnqt_defines.h" IMMEDIATE @ONLY) -SET(INST_HEADERS ${INST_HEADERS} ${CMAKE_CURRENT_BINARY_DIR}/svnqt_defines.hpp) +SET(INST_HEADERS ${INST_HEADERS} ${CMAKE_CURRENT_BINARY_DIR}/svnqt_defines.h) INCLUDE_DIRECTORIES(BEFORE ${CMAKE_CURRENT_BINARY_DIR}) ADD_LIBRARY(${svnqt-name} SHARED ${SOURCES} ${svnhdr}) diff --git a/src/svnqt/LICENSE_SVN b/src/svnqt/LICENSE_SVN index 61d889a..687c45d 100644 --- a/src/svnqt/LICENSE_SVN +++ b/src/svnqt/LICENSE_SVN @@ -1,4 +1,4 @@ -A small section of code in client_impl.hpp and client_impl.cpp was taken and modified +A small section of code in client_impl.h and client_impl.cpp was taken and modified from the source code of subversion 1.8.10, which is released under the following license. --------------------------------------------------------------------------------- diff --git a/src/svnqt/annotate_line.hpp b/src/svnqt/annotate_line.h index c63c502..4bd2c01 100644 --- a/src/svnqt/annotate_line.hpp +++ b/src/svnqt/annotate_line.h @@ -30,7 +30,7 @@ #ifndef _SVNCPP_ANNOTATE_LINE_HPP_ #define _SVNCPP_ANNOTATE_LINE_HPP_ -#include "svnqt/svnqt_defines.hpp" +#include "svnqt/svnqt_defines.h" #include <tqstring.h> #include <tqdatetime.h> diff --git a/src/svnqt/apr.cpp b/src/svnqt/apr.cpp index 97bb3b8..bb42d59 100644 --- a/src/svnqt/apr.cpp +++ b/src/svnqt/apr.cpp @@ -32,7 +32,7 @@ #include "apr_general.h" // svncpp -#include "apr.hpp" +#include "apr.h" /** diff --git a/src/svnqt/apr.hpp b/src/svnqt/apr.h index 05afb10..05afb10 100644 --- a/src/svnqt/apr.hpp +++ b/src/svnqt/apr.h diff --git a/src/svnqt/cache/DatabaseException.cpp b/src/svnqt/cache/DatabaseException.cpp index 199a5f9..7ca796a 100644 --- a/src/svnqt/cache/DatabaseException.cpp +++ b/src/svnqt/cache/DatabaseException.cpp @@ -1,4 +1,4 @@ -#include "DatabaseException.hpp" +#include "DatabaseException.h" /*! \fn svn::cache::DatabaseException::DatabaseException(const TQString&msg,int aNumber)throw() diff --git a/src/svnqt/cache/DatabaseException.hpp b/src/svnqt/cache/DatabaseException.h index 9e67cb9..c089beb 100644 --- a/src/svnqt/cache/DatabaseException.hpp +++ b/src/svnqt/cache/DatabaseException.h @@ -1,7 +1,7 @@ #ifndef _DATABASE_EXCEPTION_HPP #define _DATABASE_EXCEPTION_HPP -#include "svnqt/exception.hpp" +#include "svnqt/exception.h" namespace svn { diff --git a/src/svnqt/cache/LogCache.cpp b/src/svnqt/cache/LogCache.cpp index a3cb590..f6b7b3b 100644 --- a/src/svnqt/cache/LogCache.cpp +++ b/src/svnqt/cache/LogCache.cpp @@ -1,4 +1,4 @@ -#include "LogCache.hpp" +#include "LogCache.h" #include <tqdir.h> #include <tqsql.h> @@ -6,8 +6,8 @@ #include <tqthreadstorage.h> #include <tqmap.h> -#include "svnqt/path.hpp" -#include "svnqt/cache/DatabaseException.hpp" +#include "svnqt/path.h" +#include "svnqt/cache/DatabaseException.h" #ifndef NO_SQLITE3 #define SQLTYPE "TQSQLITE3" diff --git a/src/svnqt/cache/LogCache.hpp b/src/svnqt/cache/LogCache.h index eaaf37a..5e43b40 100644 --- a/src/svnqt/cache/LogCache.hpp +++ b/src/svnqt/cache/LogCache.h @@ -5,8 +5,8 @@ #include <tqdir.h> #include <tqmutex.h> -#include "svnqt/svnqt_defines.hpp" -#include "svnqt/shared_pointer.hpp" +#include "svnqt/svnqt_defines.h" +#include "svnqt/shared_pointer.h" namespace svn { namespace cache { diff --git a/src/svnqt/cache/ReposLog.cpp b/src/svnqt/cache/ReposLog.cpp index d8cd609..81b022b 100644 --- a/src/svnqt/cache/ReposLog.cpp +++ b/src/svnqt/cache/ReposLog.cpp @@ -1,11 +1,11 @@ -#include "ReposLog.hpp" - -#include "LogCache.hpp" -#include "svnqt/info_entry.hpp" -#include "svnqt/svnqttypes.hpp" -#include "svnqt/client.hpp" -#include "svnqt/context_listener.hpp" -#include "svnqt/cache/DatabaseException.hpp" +#include "ReposLog.h" + +#include "LogCache.h" +#include "svnqt/info_entry.h" +#include "svnqt/svnqttypes.h" +#include "svnqt/client.h" +#include "svnqt/context_listener.h" +#include "svnqt/cache/DatabaseException.h" #include <tqsqldatabase.h> diff --git a/src/svnqt/cache/ReposLog.hpp b/src/svnqt/cache/ReposLog.h index 1d28037..4d01fae 100644 --- a/src/svnqt/cache/ReposLog.hpp +++ b/src/svnqt/cache/ReposLog.h @@ -1,9 +1,9 @@ #ifndef _REPOS_LOG_HPP #define _REPOS_LOG_HPP -#include "svnqt/svnqt_defines.hpp" -#include "svnqt/svnqttypes.hpp" -#include "svnqt/revision.hpp" +#include "svnqt/svnqt_defines.h" +#include "svnqt/svnqttypes.h" +#include "svnqt/revision.h" #include <tqsqldatabase.h> #include <tqstring.h> diff --git a/src/svnqt/cache/test/sqlite.cpp b/src/svnqt/cache/test/sqlite.cpp index 07b5148..78cfc30 100644 --- a/src/svnqt/cache/test/sqlite.cpp +++ b/src/svnqt/cache/test/sqlite.cpp @@ -5,14 +5,14 @@ #include <tqapplication.h> #include <tqtextstream.h> -#include "svnqt/client.hpp" -#include "svnqt/svnqttypes.hpp" -#include "svnqt/log_entry.hpp" +#include "svnqt/client.h" +#include "svnqt/svnqttypes.h" +#include "svnqt/log_entry.h" -#include "svnqt/cache/LogCache.hpp" -#include "svnqt/cache/ReposLog.hpp" +#include "svnqt/cache/LogCache.h" +#include "svnqt/cache/ReposLog.h" #include "svnqt/cache/test/testconfig.h" -#include "svnqt/cache/DatabaseException.hpp" +#include "svnqt/cache/DatabaseException.h" #if [[[TQT_VERSION IS DEPRECATED]]] < 0x040000 #else diff --git a/src/svnqt/check.hpp b/src/svnqt/check.h index 7921e7e..7921e7e 100644 --- a/src/svnqt/check.hpp +++ b/src/svnqt/check.h diff --git a/src/svnqt/client.cpp b/src/svnqt/client.cpp index 73b4b60..9df6cb4 100644 --- a/src/svnqt/client.cpp +++ b/src/svnqt/client.cpp @@ -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" diff --git a/src/svnqt/client.hpp b/src/svnqt/client.h index ea04be5..cea1d5b 100644 --- a/src/svnqt/client.hpp +++ b/src/svnqt/client.h @@ -41,9 +41,9 @@ #pragma warning (disable: 4290) #endif -#include "svnqt/svnqt_defines.hpp" -#include "svnqt/svnqttypes.hpp" -#include "svnqt/svnstream.hpp" +#include "svnqt/svnqt_defines.h" +#include "svnqt/svnqttypes.h" +#include "svnqt/svnstream.h" // qt #include <tqglobal.h> @@ -54,17 +54,17 @@ #include <tqmap.h> // svnqt -#include "svnqt/context.hpp" -#include "svnqt/exception.hpp" -#include "svnqt/path.hpp" -#include "svnqt/entry.hpp" -#include "svnqt/revision.hpp" -#include "svnqt/log_entry.hpp" -#include "svnqt/info_entry.hpp" -#include "svnqt/annotate_line.hpp" -#include "svnqt/stringarray.hpp" -#include "svnqt/diffoptions.hpp" -#include "svnqt/conflictresult.hpp" +#include "svnqt/context.h" +#include "svnqt/exception.h" +#include "svnqt/path.h" +#include "svnqt/entry.h" +#include "svnqt/revision.h" +#include "svnqt/log_entry.h" +#include "svnqt/info_entry.h" +#include "svnqt/annotate_line.h" +#include "svnqt/stringarray.h" +#include "svnqt/diffoptions.h" +#include "svnqt/conflictresult.h" class TQStringList; diff --git a/src/svnqt/client_annotate.cpp b/src/svnqt/client_annotate.cpp index 94e5d71..2930298 100644 --- a/src/svnqt/client_annotate.cpp +++ b/src/svnqt/client_annotate.cpp @@ -31,8 +31,8 @@ #pragma warning( disable: 4786 )// debug symbol truncated #endif // svncpp -#include "svnqt/client_impl.hpp" -#include "svnqt/svnqt_defines.hpp" +#include "svnqt/client_impl.h" +#include "svnqt/svnqt_defines.h" // Subversion api #include "svn_client.h" diff --git a/src/svnqt/client_cat.cpp b/src/svnqt/client_cat.cpp index c32ff31..5200917 100644 --- a/src/svnqt/client_cat.cpp +++ b/src/svnqt/client_cat.cpp @@ -31,18 +31,18 @@ #pragma warning( disable: 4786 )// debug symbol truncated #endif // svncpp -#include "client_impl.hpp" +#include "client_impl.h" // Subversion api #include "svn_client.h" //#include "svn_io.h" -#include "svnqt/exception.hpp" -#include "svnqt/pool.hpp" -#include "svnqt/status.hpp" -#include "svnqt/svnqt_defines.hpp" -#include "svnqt/svnstream.hpp" -#include "svnqt/svnfilestream.hpp" +#include "svnqt/exception.h" +#include "svnqt/pool.h" +#include "svnqt/status.h" +#include "svnqt/svnqt_defines.h" +#include "svnqt/svnstream.h" +#include "svnqt/svnfilestream.h" namespace svn { diff --git a/src/svnqt/client_diff.cpp b/src/svnqt/client_diff.cpp index edcad8b..1a3a6ee 100644 --- a/src/svnqt/client_diff.cpp +++ b/src/svnqt/client_diff.cpp @@ -31,18 +31,18 @@ #pragma warning( disable: 4786 )// debug symbol truncated #endif // svncpp -#include "svnqt/client_impl.hpp" +#include "svnqt/client_impl.h" // Subversion api #include "svn_client.h" #include "svn_path.h" -#include "svnqt/exception.hpp" -#include "svnqt/pool.hpp" -#include "svnqt/status.hpp" -#include "svnqt/svnqt_defines.hpp" -#include "svnqt/helper.hpp" -#include "diff_data.hpp" +#include "svnqt/exception.h" +#include "svnqt/pool.h" +#include "svnqt/status.h" +#include "svnqt/svnqt_defines.h" +#include "svnqt/helper.h" +#include "diff_data.h" #include <tqfile.h> #include <tqstringlist.h> diff --git a/src/svnqt/client_impl.cpp b/src/svnqt/client_impl.cpp index de40c69..8cdb47a 100644 --- a/src/svnqt/client_impl.cpp +++ b/src/svnqt/client_impl.cpp @@ -32,9 +32,9 @@ #endif // svncpp -#include "svnqt/client_impl.hpp" +#include "svnqt/client_impl.h" #include "svn_opt.h" -#include "svnqt/svnqt_defines.hpp" +#include "svnqt/svnqt_defines.h" #include <tqmap.h> #include <tqstringlist.h> diff --git a/src/svnqt/client_impl.hpp b/src/svnqt/client_impl.h index e655d3f..bf01d98 100644 --- a/src/svnqt/client_impl.hpp +++ b/src/svnqt/client_impl.h @@ -34,8 +34,8 @@ #include "svn_sorts.h" #include <svn_version.h> -#include "svnqt/client.hpp" -#include "svnqt/svnqt_defines.hpp" +#include "svnqt/client.h" +#include "svnqt/svnqt_defines.h" // Ignore MSVC 6 compiler warning: debug symbol truncated #if defined (_MSC_VER) && _MSC_VER <= 1200 diff --git a/src/svnqt/client_lock.cpp b/src/svnqt/client_lock.cpp index 830f215..812c678 100644 --- a/src/svnqt/client_lock.cpp +++ b/src/svnqt/client_lock.cpp @@ -18,15 +18,15 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ // svncpp -#include "client_impl.hpp" +#include "client_impl.h" // subversion api #include "svn_client.h" -#include "svnqt/exception.hpp" -#include "svnqt/pool.hpp" -#include "svnqt/targets.hpp" -#include "svnqt/svnqt_defines.hpp" +#include "svnqt/exception.h" +#include "svnqt/pool.h" +#include "svnqt/targets.h" +#include "svnqt/svnqt_defines.h" namespace svn { diff --git a/src/svnqt/client_ls.cpp b/src/svnqt/client_ls.cpp index 9528f36..46b3536 100644 --- a/src/svnqt/client_ls.cpp +++ b/src/svnqt/client_ls.cpp @@ -33,18 +33,18 @@ // svncpp -#include "svnqt/client_impl.hpp" +#include "svnqt/client_impl.h" // subversion api #include "svn_client.h" #include "svn_path.h" //#include "svn_utf.h" -#include "svnqt/dirent.hpp" -#include "svnqt/exception.hpp" -#include "svnqt/svnqt_defines.hpp" +#include "svnqt/dirent.h" +#include "svnqt/exception.h" +#include "svnqt/svnqt_defines.h" -#include "svnqt/helper.hpp" +#include "svnqt/helper.h" namespace svn { diff --git a/src/svnqt/client_merge.cpp b/src/svnqt/client_merge.cpp index 0d84cc2..a067244 100644 --- a/src/svnqt/client_merge.cpp +++ b/src/svnqt/client_merge.cpp @@ -1,15 +1,15 @@ -#include "svnqt/client_impl.hpp" +#include "svnqt/client_impl.h" // subversion api #include "svn_client.h" -#include "svnqt/exception.hpp" -#include "svnqt/pool.hpp" -#include "svnqt/targets.hpp" -#include "svnqt/svnqt_defines.hpp" -#include "svnqt/stringarray.hpp" +#include "svnqt/exception.h" +#include "svnqt/pool.h" +#include "svnqt/targets.h" +#include "svnqt/svnqt_defines.h" +#include "svnqt/stringarray.h" -#include "svnqt/helper.hpp" +#include "svnqt/helper.h" namespace svn { diff --git a/src/svnqt/client_modify.cpp b/src/svnqt/client_modify.cpp index d90fdae..dc0174d 100644 --- a/src/svnqt/client_modify.cpp +++ b/src/svnqt/client_modify.cpp @@ -31,18 +31,18 @@ #pragma warning( disable: 4786 )// debug symbol truncated #endif // svncpp -#include "svnqt/client_impl.hpp" +#include "svnqt/client_impl.h" // subversion api #include "svn_client.h" -#include "svnqt/exception.hpp" -#include "svnqt/pool.hpp" -#include "svnqt/targets.hpp" -#include "svnqt/svnqt_defines.hpp" -#include "svnqt/stringarray.hpp" +#include "svnqt/exception.h" +#include "svnqt/pool.h" +#include "svnqt/targets.h" +#include "svnqt/svnqt_defines.h" +#include "svnqt/stringarray.h" -#include "svnqt/helper.hpp" +#include "svnqt/helper.h" namespace svn { diff --git a/src/svnqt/client_property.cpp b/src/svnqt/client_property.cpp index 5600742..49fa534 100644 --- a/src/svnqt/client_property.cpp +++ b/src/svnqt/client_property.cpp @@ -31,19 +31,19 @@ #pragma warning( disable: 4786 )// debug symbol truncated #endif // svncpp -#include "svnqt/client_impl.hpp" +#include "svnqt/client_impl.h" // subversion api #include "svn_client.h" //#include "svn_utf.h" -#include "svnqt/path.hpp" -#include "svnqt/exception.hpp" -#include "svnqt/pool.hpp" -#include "svnqt/revision.hpp" -#include "svnqt/svnqt_defines.hpp" +#include "svnqt/path.h" +#include "svnqt/exception.h" +#include "svnqt/pool.h" +#include "svnqt/revision.h" +#include "svnqt/svnqt_defines.h" -#include "svnqt/helper.hpp" +#include "svnqt/helper.h" namespace svn diff --git a/src/svnqt/client_status.cpp b/src/svnqt/client_status.cpp index 749042c..ff75d25 100644 --- a/src/svnqt/client_status.cpp +++ b/src/svnqt/client_status.cpp @@ -33,23 +33,23 @@ // svncpp -#include "svnqt/client_impl.hpp" -#include "svnqt/helper.hpp" +#include "svnqt/client_impl.h" +#include "svnqt/helper.h" // Subversion api #include "svn_client.h" #include "svn_path.h" //#include "svn_utf.h" -#include "svnqt/dirent.hpp" -#include "svnqt/exception.hpp" -#include "svnqt/pool.hpp" -#include "svnqt/status.hpp" -#include "svnqt/targets.hpp" -#include "svnqt/info_entry.hpp" -#include "svnqt/url.hpp" -#include "svnqt/svnqt_defines.hpp" -#include "svnqt/context_listener.hpp" +#include "svnqt/dirent.h" +#include "svnqt/exception.h" +#include "svnqt/pool.h" +#include "svnqt/status.h" +#include "svnqt/targets.h" +#include "svnqt/info_entry.h" +#include "svnqt/url.h" +#include "svnqt/svnqt_defines.h" +#include "svnqt/context_listener.h" namespace svn { diff --git a/src/svnqt/commititem.cpp b/src/svnqt/commititem.cpp index e39a2c4..8f9a5d6 100644 --- a/src/svnqt/commititem.cpp +++ b/src/svnqt/commititem.cpp @@ -17,7 +17,7 @@ * Free Software Foundation, Inc., * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#include "commititem.hpp" +#include "commititem.h" #include <svn_client.h> #include <svn_props.h> diff --git a/src/svnqt/commititem.hpp b/src/svnqt/commititem.h index 5951e6f..3b65df5 100644 --- a/src/svnqt/commititem.hpp +++ b/src/svnqt/commititem.h @@ -20,7 +20,7 @@ #ifndef SVNCOMMITITEM_H #define SVNCOMMITITEM_H -#include "client.hpp" +#include "client.h" #include <svn_types.h> #include <apr.h> diff --git a/src/svnqt/conflictdescription.cpp b/src/svnqt/conflictdescription.cpp index 2ccaf38..1dc4e5d 100644 --- a/src/svnqt/conflictdescription.cpp +++ b/src/svnqt/conflictdescription.cpp @@ -17,8 +17,8 @@ * Free Software Foundation, Inc., * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#include "conflictdescription.hpp" -#include "svnqt_defines.hpp" +#include "conflictdescription.h" +#include "svnqt_defines.h" #include <svn_wc.h> diff --git a/src/svnqt/conflictdescription.hpp b/src/svnqt/conflictdescription.h index f7e0ea7..1944827 100644 --- a/src/svnqt/conflictdescription.hpp +++ b/src/svnqt/conflictdescription.h @@ -22,8 +22,8 @@ struct svn_wc_conflict_description_t; -#include "svnqt/pool.hpp" -#include "svnqt/svnqt_defines.hpp" +#include "svnqt/pool.h" +#include "svnqt/svnqt_defines.h" #include <svn_types.h> #include <tqstring.h> diff --git a/src/svnqt/conflictresult.cpp b/src/svnqt/conflictresult.cpp index 798ebf6..f65bec2 100644 --- a/src/svnqt/conflictresult.cpp +++ b/src/svnqt/conflictresult.cpp @@ -18,9 +18,9 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#include "conflictresult.hpp" +#include "conflictresult.h" -#include "svnqt_defines.hpp" +#include "svnqt_defines.h" #include <svn_wc.h> diff --git a/src/svnqt/conflictresult.hpp b/src/svnqt/conflictresult.h index 917b79a..50222a2 100644 --- a/src/svnqt/conflictresult.hpp +++ b/src/svnqt/conflictresult.h @@ -23,8 +23,8 @@ struct svn_wc_conflict_result_t; -#include "svnqt/pool.hpp" -#include "svnqt/svnqt_defines.hpp" +#include "svnqt/pool.h" +#include "svnqt/svnqt_defines.h" #include <svn_types.h> #include <tqstring.h> diff --git a/src/svnqt/context.cpp b/src/svnqt/context.cpp index 015d928..f0e0532 100644 --- a/src/svnqt/context.cpp +++ b/src/svnqt/context.cpp @@ -38,10 +38,10 @@ //#include "svn_utf.h" // svncpp -#include "apr.hpp" -#include "context.hpp" -#include "context_listener.hpp" -#include "contextdata.hpp" +#include "apr.h" +#include "context.h" +#include "context_listener.h" +#include "contextdata.h" namespace svn { diff --git a/src/svnqt/context.hpp b/src/svnqt/context.h index 9e16bb9..0ccd71c 100644 --- a/src/svnqt/context.hpp +++ b/src/svnqt/context.h @@ -31,7 +31,7 @@ #ifndef _SVNCPP_CONTEXT_HPP_ #define _SVNCPP_CONTEXT_HPP_ -#include "svnqt/svnqt_defines.hpp" +#include "svnqt/svnqt_defines.h" // qt #include <tqstring.h> @@ -40,8 +40,8 @@ #include "svn_client.h" // svncpp -#include "svnqt/pool.hpp" -#include "svnqt/smart_pointer.hpp" +#include "svnqt/pool.h" +#include "svnqt/smart_pointer.h" namespace svn diff --git a/src/svnqt/context_listener.hpp b/src/svnqt/context_listener.h index 5be3c59..a0c9d4b 100644 --- a/src/svnqt/context_listener.hpp +++ b/src/svnqt/context_listener.h @@ -32,9 +32,9 @@ #define _SVNCPP_CONTEXT_LISTENER_HPP_ // svncpp -#include "pool.hpp" -#include "commititem.hpp" -#include "svnqt_defines.hpp" +#include "pool.h" +#include "commititem.h" +#include "svnqt_defines.h" // qt #include <tqstring.h> // Subversion api diff --git a/src/svnqt/contextdata.cpp b/src/svnqt/contextdata.cpp index 59d724a..b670598 100644 --- a/src/svnqt/contextdata.cpp +++ b/src/svnqt/contextdata.cpp @@ -19,10 +19,10 @@ ***************************************************************************/ -#include "contextdata.hpp" -#include "context_listener.hpp" -#include "conflictresult.hpp" -#include "conflictdescription.hpp" +#include "contextdata.h" +#include "context_listener.h" +#include "conflictresult.h" +#include "conflictdescription.h" #include <svn_config.h> #include <svn_wc.h> diff --git a/src/svnqt/contextdata.hpp b/src/svnqt/contextdata.h index e38c6f2..6d41326 100644 --- a/src/svnqt/contextdata.hpp +++ b/src/svnqt/contextdata.h @@ -20,10 +20,10 @@ #ifndef SVNCONTEXTDATA_HPP #define SVNCONTEXTDATA_HPP -#include "svnqt/pool.hpp" -#include "svnqt/apr.hpp" -#include "svnqt/commititem.hpp" -#include "svnqt/svnqt_defines.hpp" +#include "svnqt/pool.h" +#include "svnqt/apr.h" +#include "svnqt/commititem.h" +#include "svnqt/svnqt_defines.h" #include <svn_client.h> #if (SVN_VER_MAJOR >= 1) && (SVN_VER_MINOR >= 4) diff --git a/src/svnqt/datetime.cpp b/src/svnqt/datetime.cpp index 51625b3..6c0c269 100644 --- a/src/svnqt/datetime.cpp +++ b/src/svnqt/datetime.cpp @@ -32,7 +32,7 @@ #include "apr_date.h" // svncpp -#include "datetime.hpp" +#include "datetime.h" namespace svn diff --git a/src/svnqt/datetime.hpp b/src/svnqt/datetime.h index cd8f994..bc740dd 100644 --- a/src/svnqt/datetime.hpp +++ b/src/svnqt/datetime.h @@ -31,7 +31,7 @@ #ifndef _SVNCPP_DATETIME_HPP_ #define _SVNCPP_DATETIME_HPP_ -#include "svnqt/svnqt_defines.hpp" +#include "svnqt/svnqt_defines.h" #include <tqdatetime.h> diff --git a/src/svnqt/diff_data.cpp b/src/svnqt/diff_data.cpp index 756e771..0559a8e 100644 --- a/src/svnqt/diff_data.cpp +++ b/src/svnqt/diff_data.cpp @@ -17,9 +17,9 @@ * Free Software Foundation, Inc., * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#include "diff_data.hpp" -#include "svnqt/svnqt_defines.hpp" -#include "svnqt/exception.hpp" +#include "diff_data.h" +#include "svnqt/svnqt_defines.h" +#include "svnqt/exception.h" #include <tqfile.h> diff --git a/src/svnqt/diff_data.hpp b/src/svnqt/diff_data.h index 92664b7..e0eb757 100644 --- a/src/svnqt/diff_data.hpp +++ b/src/svnqt/diff_data.h @@ -21,10 +21,10 @@ #ifndef __DIFF_DATA #define __DIFF_DATA -#include "svnqt/svnqt_defines.hpp" -#include "svnqt/pool.hpp" -#include "path.hpp" -#include "revision.hpp" +#include "svnqt/svnqt_defines.h" +#include "svnqt/pool.h" +#include "path.h" +#include "revision.h" #include <tqglobal.h> diff --git a/src/svnqt/diffoptions.cpp b/src/svnqt/diffoptions.cpp index 68681d9..499ff22 100644 --- a/src/svnqt/diffoptions.cpp +++ b/src/svnqt/diffoptions.cpp @@ -18,9 +18,9 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#include "diffoptions.hpp" -#include "stringarray.hpp" -#include "pool.hpp" +#include "diffoptions.h" +#include "stringarray.h" +#include "pool.h" #include <svn_diff.h> diff --git a/src/svnqt/diffoptions.hpp b/src/svnqt/diffoptions.h index 17e9a98..fc72461 100644 --- a/src/svnqt/diffoptions.hpp +++ b/src/svnqt/diffoptions.h @@ -21,7 +21,7 @@ #ifndef _DIFF_OPTIONS_HPP #define _DIFF_OPTIONS_HPP -#include "svnqt/svnqt_defines.hpp" +#include "svnqt/svnqt_defines.h" namespace svn { class Pool; diff --git a/src/svnqt/dirent.cpp b/src/svnqt/dirent.cpp index f20ed23..c732ed8 100644 --- a/src/svnqt/dirent.cpp +++ b/src/svnqt/dirent.cpp @@ -29,9 +29,9 @@ */ // svncpp -#include "svnqt/dirent.hpp" -#include "svnqt/lock_entry.hpp" -#include "svnqt/svnqt_defines.hpp" +#include "svnqt/dirent.h" +#include "svnqt/lock_entry.h" +#include "svnqt/svnqt_defines.h" #include <tqstring.h> diff --git a/src/svnqt/dirent.hpp b/src/svnqt/dirent.h index df5be78..b74807a 100644 --- a/src/svnqt/dirent.hpp +++ b/src/svnqt/dirent.h @@ -31,9 +31,9 @@ #ifndef _SVNCPP_DIRENT_HPP_ #define _SVNCPP_DIRENT_HPP_ -#include "svnqt/svnqt_defines.hpp" -#include "svnqt/lock_entry.hpp" -#include "svnqt/datetime.hpp" +#include "svnqt/svnqt_defines.h" +#include "svnqt/lock_entry.h" +#include "svnqt/datetime.h" // subversion api #include "svn_client.h" diff --git a/src/svnqt/entry.cpp b/src/svnqt/entry.cpp index 67090dc..e31c76f 100644 --- a/src/svnqt/entry.cpp +++ b/src/svnqt/entry.cpp @@ -29,7 +29,7 @@ */ // svncpp -#include "entry.hpp" +#include "entry.h" namespace svn { diff --git a/src/svnqt/entry.hpp b/src/svnqt/entry.h index 44e92c3..cca6f43 100644 --- a/src/svnqt/entry.hpp +++ b/src/svnqt/entry.h @@ -31,12 +31,12 @@ #define _SVNCPP_ENTRY_HPP_ // svncpp -#include "svnqt/pool.hpp" -#include "svnqt/lock_entry.hpp" -#include "svnqt/dirent.hpp" -#include "svnqt/info_entry.hpp" -#include "svnqt/svnqt_defines.hpp" -#include "svnqt/svnqttypes.hpp" +#include "svnqt/pool.h" +#include "svnqt/lock_entry.h" +#include "svnqt/dirent.h" +#include "svnqt/info_entry.h" +#include "svnqt/svnqt_defines.h" +#include "svnqt/svnqttypes.h" // subversion api #include "svn_wc.h" diff --git a/src/svnqt/exception.cpp b/src/svnqt/exception.cpp index c08ef3b..49a773e 100644 --- a/src/svnqt/exception.cpp +++ b/src/svnqt/exception.cpp @@ -30,8 +30,8 @@ // svncpp -#include "exception.hpp" -#include "svnqt/svnqt_defines.hpp" +#include "exception.h" +#include "svnqt/svnqt_defines.h" #include <tqstring.h> diff --git a/src/svnqt/exception.hpp b/src/svnqt/exception.h index 8f589f0..3f202da 100644 --- a/src/svnqt/exception.hpp +++ b/src/svnqt/exception.h @@ -31,7 +31,7 @@ #ifndef _SVNCPP_EXCEPTION_H_ #define _SVNCPP_EXCEPTION_H_ -#include "svnqt/svnqt_defines.hpp" +#include "svnqt/svnqt_defines.h" // subversion api #include "svn_client.h" #include <tqstring.h> diff --git a/src/svnqt/helper.hpp b/src/svnqt/helper.h index fca54d1..440fed3 100644 --- a/src/svnqt/helper.hpp +++ b/src/svnqt/helper.h @@ -21,8 +21,8 @@ #ifndef __HELPER_HPP #define __HELPER_HPP -#include "svnqttypes.hpp" -#include "revision.hpp" +#include "svnqttypes.h" +#include "revision.h" #include <svn_types.h> #include <iostream> diff --git a/src/svnqt/info_entry.cpp b/src/svnqt/info_entry.cpp index 6f76735..574d39f 100644 --- a/src/svnqt/info_entry.cpp +++ b/src/svnqt/info_entry.cpp @@ -17,9 +17,9 @@ * Free Software Foundation, Inc., * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#include "svnqt/info_entry.hpp" -#include "svnqt/svnqt_defines.hpp" -#include "svnqt/pool.hpp" +#include "svnqt/info_entry.h" +#include "svnqt/svnqt_defines.h" +#include "svnqt/pool.h" #include <svn_client.h> #include <svn_path.h> diff --git a/src/svnqt/info_entry.hpp b/src/svnqt/info_entry.h index be86639..4ac06d0 100644 --- a/src/svnqt/info_entry.hpp +++ b/src/svnqt/info_entry.h @@ -20,10 +20,10 @@ #ifndef __INFO_ENTRY_H #define __INFO_ENTRY_H -#include <svnqt/lock_entry.hpp> -#include <svnqt/datetime.hpp> -#include <svnqt/revision.hpp> -#include <svnqt/svnqttypes.hpp> +#include <svnqt/lock_entry.h> +#include <svnqt/datetime.h> +#include <svnqt/revision.h> +#include <svnqt/svnqttypes.h> #include <tqstring.h> diff --git a/src/svnqt/lock_entry.cpp b/src/svnqt/lock_entry.cpp index bd8bf2a..5ecd42a 100644 --- a/src/svnqt/lock_entry.cpp +++ b/src/svnqt/lock_entry.cpp @@ -29,8 +29,8 @@ */ // svncpp -#include "lock_entry.hpp" -#include "pool.hpp" +#include "lock_entry.h" +#include "pool.h" // subversion api #include "svn_time.h" diff --git a/src/svnqt/lock_entry.hpp b/src/svnqt/lock_entry.h index f33c10b..ec2e88f 100644 --- a/src/svnqt/lock_entry.hpp +++ b/src/svnqt/lock_entry.h @@ -31,8 +31,8 @@ #ifndef _SVNCPP_LOCK_ENTRY_H_ #define _SVNCPP_LOCK_ENTRY_H_ -#include "svnqt/svnqt_defines.hpp" -#include "svnqt/datetime.hpp" +#include "svnqt/svnqt_defines.h" +#include "svnqt/datetime.h" #include <tqstring.h> diff --git a/src/svnqt/log_entry.cpp b/src/svnqt/log_entry.cpp index 720642d..347a958 100644 --- a/src/svnqt/log_entry.cpp +++ b/src/svnqt/log_entry.cpp @@ -28,8 +28,8 @@ * ==================================================================== */ // svncpp -#include "log_entry.hpp" -#include "pool.hpp" +#include "log_entry.h" +#include "pool.h" // subversion api #include "svn_time.h" diff --git a/src/svnqt/log_entry.hpp b/src/svnqt/log_entry.h index 925e2c5..05ec1d2 100644 --- a/src/svnqt/log_entry.hpp +++ b/src/svnqt/log_entry.h @@ -31,8 +31,8 @@ #ifndef _SVNCPP_LOG_ENTRY_H_ #define _SVNCPP_LOG_ENTRY_H_ -#include "svnqt/svnqt_defines.hpp" -#include "svnqt/datetime.hpp" +#include "svnqt/svnqt_defines.h" +#include "svnqt/datetime.h" //TQt #include <tqglobal.h> diff --git a/src/svnqt/path.cpp b/src/svnqt/path.cpp index 2b6d40a..81b07f2 100644 --- a/src/svnqt/path.cpp +++ b/src/svnqt/path.cpp @@ -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> diff --git a/src/svnqt/path.hpp b/src/svnqt/path.h index a04ade8..279f41d 100644 --- a/src/svnqt/path.hpp +++ b/src/svnqt/path.h @@ -32,8 +32,8 @@ #define _SVNCPP_PATH_HPP_ #include <tqstring.h> -#include "svnqt/svnqt_defines.hpp" -#include "svnqt/svnqttypes.hpp" +#include "svnqt/svnqt_defines.h" +#include "svnqt/svnqttypes.h" namespace svn { diff --git a/src/svnqt/pool.cpp b/src/svnqt/pool.cpp index 3416317..004c2d7 100644 --- a/src/svnqt/pool.cpp +++ b/src/svnqt/pool.cpp @@ -29,7 +29,7 @@ */ // svncpp -#include "pool.hpp" +#include "pool.h" namespace svn diff --git a/src/svnqt/pool.hpp b/src/svnqt/pool.h index 34255df..34255df 100644 --- a/src/svnqt/pool.hpp +++ b/src/svnqt/pool.h diff --git a/src/svnqt/repository.cpp b/src/svnqt/repository.cpp index 327340b..9bb2a4f 100644 --- a/src/svnqt/repository.cpp +++ b/src/svnqt/repository.cpp @@ -17,8 +17,8 @@ * Free Software Foundation, Inc., * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#include "repository.hpp" -#include "repositorydata.hpp" +#include "repository.h" +#include "repositorydata.h" namespace svn { diff --git a/src/svnqt/repository.hpp b/src/svnqt/repository.h index 7f79f52..05913b2 100644 --- a/src/svnqt/repository.hpp +++ b/src/svnqt/repository.h @@ -25,9 +25,9 @@ #pragma warning (disable: 4290) #endif -#include "svnqt/exception.hpp" -#include "svnqt/revision.hpp" -#include "svnqt/svnqt_defines.hpp" +#include "svnqt/exception.h" +#include "svnqt/revision.h" +#include "svnqt/svnqt_defines.h" #include <tqstring.h> diff --git a/src/svnqt/repositorydata.cpp b/src/svnqt/repositorydata.cpp index 4e6f2ba..320139f 100644 --- a/src/svnqt/repositorydata.cpp +++ b/src/svnqt/repositorydata.cpp @@ -17,11 +17,11 @@ * Free Software Foundation, Inc., * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#include "svnqt/repositorydata.hpp" -#include "svnqt/svnqt_defines.hpp" -#include "svnqt/exception.hpp" -#include "svnqt/repositorylistener.hpp" -#include "svnqt/svnfilestream.hpp" +#include "svnqt/repositorydata.h" +#include "svnqt/svnqt_defines.h" +#include "svnqt/exception.h" +#include "svnqt/repositorylistener.h" +#include "svnqt/svnfilestream.h" #include <svn_fs.h> #include <svn_path.h> diff --git a/src/svnqt/repositorydata.hpp b/src/svnqt/repositorydata.h index 5abe2ca..0efb891 100644 --- a/src/svnqt/repositorydata.hpp +++ b/src/svnqt/repositorydata.h @@ -20,10 +20,10 @@ #ifndef SVNREPOSITORYDATA_H #define SVNREPOSITORYDATA_H -#include "svnqt/pool.hpp" -#include "svnqt/revision.hpp" -#include "svnqt/apr.hpp" -#include "svnqt/svnqt_defines.hpp" +#include "svnqt/pool.h" +#include "svnqt/revision.h" +#include "svnqt/apr.h" +#include "svnqt/svnqt_defines.h" #include <tqstring.h> diff --git a/src/svnqt/repositorylistener.cpp b/src/svnqt/repositorylistener.cpp index 9c809a8..90b0be7 100644 --- a/src/svnqt/repositorylistener.cpp +++ b/src/svnqt/repositorylistener.cpp @@ -17,7 +17,7 @@ * Free Software Foundation, Inc., * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#include "repositorylistener.hpp" +#include "repositorylistener.h" namespace svn { diff --git a/src/svnqt/repositorylistener.hpp b/src/svnqt/repositorylistener.h index b5e7d7c..a2b357a 100644 --- a/src/svnqt/repositorylistener.hpp +++ b/src/svnqt/repositorylistener.h @@ -24,7 +24,7 @@ @author Rajko Albrecht <ral@alwins-world.de> */ -#include "svnqt/svnqt_defines.hpp" +#include "svnqt/svnqt_defines.h" #include <tqstring.h> namespace svn { diff --git a/src/svnqt/revision.cpp b/src/svnqt/revision.cpp index 9c8a66e..95245d9 100644 --- a/src/svnqt/revision.cpp +++ b/src/svnqt/revision.cpp @@ -30,8 +30,8 @@ // svncpp -#include "revision.hpp" -#include "pool.hpp" +#include "revision.h" +#include "pool.h" // qt #include "tqdatetime.h" diff --git a/src/svnqt/revision.hpp b/src/svnqt/revision.h index 86e47ac..2f46855 100644 --- a/src/svnqt/revision.hpp +++ b/src/svnqt/revision.h @@ -32,8 +32,8 @@ #define _SVNCPP_REVISION_HPP_ // svncpp -#include <svnqt/datetime.hpp> -#include <svnqt/svnqt_defines.hpp> +#include <svnqt/datetime.h> +#include <svnqt/svnqt_defines.h> // qt #include <tqglobal.h> diff --git a/src/svnqt/shared_pointer.hpp b/src/svnqt/shared_pointer.h index 4e5ca5b..fa9aa2f 100644 --- a/src/svnqt/shared_pointer.hpp +++ b/src/svnqt/shared_pointer.h @@ -21,12 +21,12 @@ #ifndef SVNTQT_SHARED_POINTER_HPP #define SVNTQT_SHARED_POINTER_HPP -#include "svnqt/smart_pointer.hpp" +#include "svnqt/smart_pointer.h" /*! - * \file shared_pointer.hpp + * \file shared_pointer.h * \brief shared pointer adapter - * \sa smart_pointer.hpp + * \sa smart_pointer.h */ namespace svn diff --git a/src/svnqt/smart_pointer.hpp b/src/svnqt/smart_pointer.h index 4156e0a..d4ca42d 100644 --- a/src/svnqt/smart_pointer.hpp +++ b/src/svnqt/smart_pointer.h @@ -24,7 +24,7 @@ #include "tqmutex.h" #endif -#include "svnqt/svnqt_defines.hpp" +#include "svnqt/svnqt_defines.h" /*! * \file smart_pointer.h diff --git a/src/svnqt/status.cpp b/src/svnqt/status.cpp index c5e47a3..57993b8 100644 --- a/src/svnqt/status.cpp +++ b/src/svnqt/status.cpp @@ -29,10 +29,10 @@ */ // svncpp -#include "status.hpp" -#include "svnqt/svnqt_defines.hpp" -#include "svnqt/path.hpp" -#include "svnqt/url.hpp" +#include "status.h" +#include "svnqt/svnqt_defines.h" +#include "svnqt/path.h" +#include "svnqt/url.h" #include "svn_path.h" diff --git a/src/svnqt/status.hpp b/src/svnqt/status.h index 4bf0c71..79191d3 100644 --- a/src/svnqt/status.hpp +++ b/src/svnqt/status.h @@ -34,13 +34,13 @@ #include "svn_wc.h" // svncpp -#include "svnqt/svnqttypes.hpp" -#include "svnqt/entry.hpp" -#include "svnqt/pool.hpp" -#include "svnqt/lock_entry.hpp" -#include "svnqt/dirent.hpp" -#include "svnqt/info_entry.hpp" -#include "svnqt/svnqt_defines.hpp" +#include "svnqt/svnqttypes.h" +#include "svnqt/entry.h" +#include "svnqt/pool.h" +#include "svnqt/lock_entry.h" +#include "svnqt/dirent.h" +#include "svnqt/info_entry.h" +#include "svnqt/svnqt_defines.h" namespace svn { @@ -48,7 +48,7 @@ namespace svn * Subversion status API. This class wraps around * @a svn_wc_status_t. * - * @see svn_wc.hpp + * @see svn_wc.h * @see svn_wc_status_t */ class Status_private; diff --git a/src/svnqt/stringarray.cpp b/src/svnqt/stringarray.cpp index 7be5039..db6209e 100644 --- a/src/svnqt/stringarray.cpp +++ b/src/svnqt/stringarray.cpp @@ -18,8 +18,8 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#include "svnqt/stringarray.hpp" -#include "svnqt/pool.hpp" +#include "svnqt/stringarray.h" +#include "svnqt/pool.h" #include <svn_types.h> // apr api diff --git a/src/svnqt/stringarray.hpp b/src/svnqt/stringarray.h index 3f2c3d5..5310d68 100644 --- a/src/svnqt/stringarray.hpp +++ b/src/svnqt/stringarray.h @@ -21,8 +21,8 @@ #ifndef _STRING_ARRAY_HPP #define _STRING_ARRAY_HPP -#include "svnqt/svnqt_defines.hpp" -#include "svnqt/svnqttypes.hpp" +#include "svnqt/svnqt_defines.h" +#include "svnqt/svnqttypes.h" #include <tqglobal.h> #include <tqstringlist.h> diff --git a/src/svnqt/svnfilestream.cpp b/src/svnqt/svnfilestream.cpp index b160003..32aaa66 100644 --- a/src/svnqt/svnfilestream.cpp +++ b/src/svnqt/svnfilestream.cpp @@ -17,7 +17,7 @@ * Free Software Foundation, Inc., * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#include "svnfilestream.hpp" +#include "svnfilestream.h" #include <tqfile.h> diff --git a/src/svnqt/svnfilestream.hpp b/src/svnqt/svnfilestream.h index e3a9201..cd46b65 100644 --- a/src/svnqt/svnfilestream.hpp +++ b/src/svnqt/svnfilestream.h @@ -20,7 +20,7 @@ #ifndef SVN_STREAMSVNFILESTREAM_HPP #define SVN_STREAMSVNFILESTREAM_HPP -#include "svnstream.hpp" +#include "svnstream.h" namespace svn { diff --git a/src/svnqt/svnqt_defines.hpp.in b/src/svnqt/svnqt_defines.h.in index 7d35ad7..7d35ad7 100644 --- a/src/svnqt/svnqt_defines.hpp.in +++ b/src/svnqt/svnqt_defines.h.in diff --git a/src/svnqt/svnqttypes.hpp b/src/svnqt/svnqttypes.h index 5d16658..080c76b 100644 --- a/src/svnqt/svnqttypes.hpp +++ b/src/svnqt/svnqttypes.h @@ -21,8 +21,8 @@ #ifndef _SVNTQT_TYPES_HPP #define _SVNTQT_TYPES_HPP -#include "svnqt/svnqt_defines.hpp" -#include "svnqt/shared_pointer.hpp" +#include "svnqt/svnqt_defines.h" +#include "svnqt/shared_pointer.h" // qt #include <tqglobal.h> diff --git a/src/svnqt/svnstream.cpp b/src/svnqt/svnstream.cpp index 53d115e..657e51b 100644 --- a/src/svnqt/svnstream.cpp +++ b/src/svnqt/svnstream.cpp @@ -17,9 +17,9 @@ * Free Software Foundation, Inc., * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#include "svnqt/svnstream.hpp" -#include "svnqt/pool.hpp" -#include "svnqt/apr.hpp" +#include "svnqt/svnstream.h" +#include "svnqt/pool.h" +#include "svnqt/apr.h" // Subversion api #include "svn_client.h" diff --git a/src/svnqt/svnstream.hpp b/src/svnqt/svnstream.h index 6a14640..e71034b 100644 --- a/src/svnqt/svnstream.hpp +++ b/src/svnqt/svnstream.h @@ -20,7 +20,7 @@ #ifndef SVNSVNSTREAM_HPP #define SVNSVNSTREAM_HPP -#include "svnqt/svnqt_defines.hpp" +#include "svnqt/svnqt_defines.h" #include <tqstring.h> diff --git a/src/svnqt/targets.cpp b/src/svnqt/targets.cpp index 35b8ea0..e9a2d5f 100644 --- a/src/svnqt/targets.cpp +++ b/src/svnqt/targets.cpp @@ -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> diff --git a/src/svnqt/targets.hpp b/src/svnqt/targets.h index a7afbbb..9ef63db 100644 --- a/src/svnqt/targets.hpp +++ b/src/svnqt/targets.h @@ -31,8 +31,8 @@ #ifndef _SVNCPP_TARGETS_HPP_ #define _SVNCPP_TARGETS_HPP_ -#include "svnqt/svnqt_defines.hpp" -#include "svnqt/svnqttypes.hpp" +#include "svnqt/svnqt_defines.h" +#include "svnqt/svnqttypes.h" #include <tqglobal.h> #include <tqvaluelist.h> diff --git a/src/svnqt/testmain.cpp b/src/svnqt/testmain.cpp index fd46e9b..0795001 100644 --- a/src/svnqt/testmain.cpp +++ b/src/svnqt/testmain.cpp @@ -17,10 +17,10 @@ * Free Software Foundation, Inc., * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#include "client.hpp" -#include "repository.hpp" -#include "context.hpp" -#include "datetime.hpp" +#include "client.h" +#include "repository.h" +#include "context.h" +#include "datetime.h" #include <tqdatastream.h> diff --git a/src/svnqt/tests/ckpath.cpp b/src/svnqt/tests/ckpath.cpp index 64a57ca..697e153 100644 --- a/src/svnqt/tests/ckpath.cpp +++ b/src/svnqt/tests/ckpath.cpp @@ -1,4 +1,4 @@ -#include "src/svnqt/path.hpp" +#include "src/svnqt/path.h" #include <iostream> int main(int,char**) diff --git a/src/svnqt/tests/crepo.cpp b/src/svnqt/tests/crepo.cpp index fa43d90..b07c09a 100644 --- a/src/svnqt/tests/crepo.cpp +++ b/src/svnqt/tests/crepo.cpp @@ -1,8 +1,8 @@ -#include "src/svnqt/client.hpp" +#include "src/svnqt/client.h" #include "src/svnqt/tests/testconfig.h" -#include "src/svnqt/repository.hpp" -#include "src/svnqt/repositorylistener.hpp" -#include "src/svnqt/targets.hpp" +#include "src/svnqt/repository.h" +#include "src/svnqt/repositorylistener.h" +#include "src/svnqt/targets.h" #include "testlistener.h" diff --git a/src/svnqt/tests/lsdir.cpp b/src/svnqt/tests/lsdir.cpp index f3a2f6f..9edbc25 100644 --- a/src/svnqt/tests/lsdir.cpp +++ b/src/svnqt/tests/lsdir.cpp @@ -1,8 +1,8 @@ -#include "src/svnqt/client.hpp" +#include "src/svnqt/client.h" #include "src/svnqt/tests/testconfig.h" -#include "src/svnqt/status.hpp" -#include "src/svnqt/svnqttypes.hpp" +#include "src/svnqt/status.h" +#include "src/svnqt/svnqttypes.h" #include <iostream> int main(int,char**) diff --git a/src/svnqt/tests/testlistener.h b/src/svnqt/tests/testlistener.h index 3efa96d..8d1300a 100644 --- a/src/svnqt/tests/testlistener.h +++ b/src/svnqt/tests/testlistener.h @@ -1,7 +1,7 @@ #ifndef _TESTLISTENER_ #define _TESTLISTENER_ -#include "src/svnqt/context_listener.hpp" +#include "src/svnqt/context_listener.h" class TestListener:public svn::ContextListener { diff --git a/src/svnqt/url.cpp b/src/svnqt/url.cpp index df8bd9b..c147c84 100644 --- a/src/svnqt/url.cpp +++ b/src/svnqt/url.cpp @@ -33,8 +33,8 @@ // svncpp -#include "pool.hpp" -#include "url.hpp" +#include "pool.h" +#include "url.h" #include <tqglobal.h> #include <tqvaluelist.h> diff --git a/src/svnqt/url.hpp b/src/svnqt/url.h index 80d22ae..06bf78e 100644 --- a/src/svnqt/url.hpp +++ b/src/svnqt/url.h @@ -31,7 +31,7 @@ #ifndef _SVNCPP_URL_H_ #define _SVNCPP_URL_H_ -#include "svnqt/svnqt_defines.hpp" +#include "svnqt/svnqt_defines.h" // qt #include <tqglobal.h> diff --git a/src/svnqt/version_check.cpp b/src/svnqt/version_check.cpp index ceb8e49..fa63a00 100644 --- a/src/svnqt/version_check.cpp +++ b/src/svnqt/version_check.cpp @@ -17,7 +17,7 @@ * Free Software Foundation, Inc., * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#include "version_check.hpp" +#include "version_check.h" #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/svnqt/version_check.hpp b/src/svnqt/version_check.h index a16f233..f6129ac 100644 --- a/src/svnqt/version_check.hpp +++ b/src/svnqt/version_check.h @@ -20,7 +20,7 @@ #ifndef __VERSION_CHECK_HPP #define __VERSION_CHECK_HPP -#include "svnqt/svnqt_defines.hpp" +#include "svnqt/svnqt_defines.h" class TQString; diff --git a/src/svnqt/wc.cpp b/src/svnqt/wc.cpp index bc41097..8ed0514 100644 --- a/src/svnqt/wc.cpp +++ b/src/svnqt/wc.cpp @@ -32,10 +32,10 @@ #include "svn_wc.h" // svncpp -#include "exception.hpp" -#include "path.hpp" -#include "pool.hpp" -#include "wc.hpp" +#include "exception.h" +#include "path.h" +#include "pool.h" +#include "wc.h" namespace svn { diff --git a/src/svnqt/wc.hpp b/src/svnqt/wc.h index 33f15a2..fa41c2d 100644 --- a/src/svnqt/wc.hpp +++ b/src/svnqt/wc.h @@ -37,9 +37,9 @@ #endif // svncpp -#include "svnqt/exception.hpp" -#include "svnqt/revision.hpp" -#include "svnqt/svnqt_defines.hpp" +#include "svnqt/exception.h" +#include "svnqt/revision.h" +#include "svnqt/svnqt_defines.h" #include <tqstring.h> |