diff options
Diffstat (limited to 'src/svnfrontend/propertiesdlg.cpp')
-rw-r--r-- | src/svnfrontend/propertiesdlg.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/svnfrontend/propertiesdlg.cpp b/src/svnfrontend/propertiesdlg.cpp index 4829a8a..ec1f24d 100644 --- a/src/svnfrontend/propertiesdlg.cpp +++ b/src/svnfrontend/propertiesdlg.cpp @@ -18,12 +18,12 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#include "src/svnfrontend/fronthelpers/propertyitem.h" -#include "src/svnfrontend/fronthelpers/propertylist.h" +#include "propertyitem.h" +#include "propertylist.h" #include "propertiesdlg.h" #include "editproperty_impl.h" #include "svnitem.h" -#include "src/svnqt/client.hpp" +#include "client.hpp" #include <tqvariant.h> #include <tqlabel.h> |