diff options
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_ |