diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:19:07 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:19:07 -0600 |
commit | 19cea58302be2d15b10b106c80ff82f7b5a2fa79 (patch) | |
tree | a3e30cb6598f0306bc1974b673c843b992ae6aec /tdeioslave/svn/svnhelper | |
parent | d5f82ed01c915a5480e07f2e9055013a266d82bb (diff) | |
download | tdesdk-19cea58302be2d15b10b106c80ff82f7b5a2fa79.tar.gz tdesdk-19cea58302be2d15b10b106c80ff82f7b5a2fa79.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'tdeioslave/svn/svnhelper')
-rw-r--r-- | tdeioslave/svn/svnhelper/tdeio_svn_helper.cpp | 4 | ||||
-rw-r--r-- | tdeioslave/svn/svnhelper/tdeio_svn_helper.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tdeioslave/svn/svnhelper/tdeio_svn_helper.cpp b/tdeioslave/svn/svnhelper/tdeio_svn_helper.cpp index 55d727c6..6c939441 100644 --- a/tdeioslave/svn/svnhelper/tdeio_svn_helper.cpp +++ b/tdeioslave/svn/svnhelper/tdeio_svn_helper.cpp @@ -17,9 +17,9 @@ Boston, MA 02110-1301, USA. */ -#include <kcmdlineargs.h> +#include <tdecmdlineargs.h> #include <klocale.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kurl.h> #include <kmessagebox.h> #include <dcopclient.h> diff --git a/tdeioslave/svn/svnhelper/tdeio_svn_helper.h b/tdeioslave/svn/svnhelper/tdeio_svn_helper.h index 197d7c81..46f8fcb6 100644 --- a/tdeioslave/svn/svnhelper/tdeio_svn_helper.h +++ b/tdeioslave/svn/svnhelper/tdeio_svn_helper.h @@ -20,7 +20,7 @@ #ifndef _KIO_SVN_HELPER_H_ #define _KIO_SVN_HELPER_H_ -#include <kapplication.h> +#include <tdeapplication.h> #include <tdeio/job.h> #include <twinmodule.h> #include <tqstringlist.h> |