diff options
author | Slávek Banko <[email protected]> | 2013-09-03 19:58:44 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-09-03 19:58:44 +0200 |
commit | fc1a1e7b8edfe0ba603f96f2f1acab696b377b0c (patch) | |
tree | f0fd917a84f3ce9fffd0245d37f12b671cf111d4 /src/tdesvnview.h | |
parent | 105c828684543aa8cb2b0016fc5c9b391c028875 (diff) | |
download | tdesvn-fc1a1e7b8edfe0ba603f96f2f1acab696b377b0c.tar.gz tdesvn-fc1a1e7b8edfe0ba603f96f2f1acab696b377b0c.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'src/tdesvnview.h')
-rw-r--r-- | src/tdesvnview.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tdesvnview.h b/src/tdesvnview.h index 0acc8d3..7c9690c 100644 --- a/src/tdesvnview.h +++ b/src/tdesvnview.h @@ -19,8 +19,8 @@ ***************************************************************************/ -#ifndef _KDESVNVIEW_H_ -#define _KDESVNVIEW_H_ +#ifndef _TDESVNVIEW_H_ +#define _TDESVNVIEW_H_ #include "repositorylistener.hpp" #include <tqwidget.h> @@ -140,4 +140,4 @@ protected: bool m_ReposCancel; }; -#endif // _KDESVNVIEW_H_ +#endif // _TDESVNVIEW_H_ |