diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 00:56:37 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 00:56:37 -0600 |
commit | f27722e2ce5ace1f24cd5708825dd5ca15f99eb5 (patch) | |
tree | 230b82d435adca7dbef3efd8c46293bc37240d35 /src/ksvnwidgets/logmsg_impl.cpp | |
parent | 13bee4c83a03d3b058a5c67e1f1da7fc60c33ee3 (diff) | |
download | tdesvn-f27722e2ce5ace1f24cd5708825dd5ca15f99eb5.tar.gz tdesvn-f27722e2ce5ace1f24cd5708825dd5ca15f99eb5.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/ksvnwidgets/logmsg_impl.cpp')
-rw-r--r-- | src/ksvnwidgets/logmsg_impl.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ksvnwidgets/logmsg_impl.cpp b/src/ksvnwidgets/logmsg_impl.cpp index f93cbec..41a197b 100644 --- a/src/ksvnwidgets/logmsg_impl.cpp +++ b/src/ksvnwidgets/logmsg_impl.cpp @@ -28,12 +28,12 @@ #include <kdebug.h> #include <kglobal.h> #include <kapp.h> -#include <kconfigbase.h> -#include <kconfig.h> +#include <tdeconfigbase.h> +#include <tdeconfig.h> #include <kurlrequesterdlg.h> -#include <kio/netaccess.h> +#include <tdeio/netaccess.h> #include <kmessagebox.h> -#include <kfile.h> +#include <tdefile.h> #include <kurlrequester.h> #include <tqvbox.h> |