diff options
Diffstat (limited to 'src/svnqt/entry.cpp')
-rw-r--r-- | src/svnqt/entry.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/svnqt/entry.cpp b/src/svnqt/entry.cpp index 67090dc..ae29781 100644 --- a/src/svnqt/entry.cpp +++ b/src/svnqt/entry.cpp @@ -1,5 +1,5 @@ /* - * Port for usage with qt-framework and development for tdesvn + * Port for usage with tqt-framework and development for tdesvn * (C) 2005-2007 by Rajko Albrecht * http://tdesvn.alwins-world.de */ @@ -29,7 +29,7 @@ */ // svncpp -#include "entry.hpp" +#include "entry.h" namespace svn { |