diff options
author | Timothy Pearson <[email protected]> | 2011-11-27 02:15:45 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-27 02:15:45 -0600 |
commit | 67ba735507eb477d352251941e7a210f7c306ade (patch) | |
tree | e2cd94db0ab5831eed7a75439da78a1cfaa20d40 /src/svnfrontend/propertiesdlg.cpp | |
parent | faca9d40261b2045c221b6e0a411a1e0c8f462bc (diff) | |
download | tdesvn-67ba735507eb477d352251941e7a210f7c306ade.tar.gz tdesvn-67ba735507eb477d352251941e7a210f7c306ade.zip |
Fix more FTBFS problems
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> |