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.h | |
parent | faca9d40261b2045c221b6e0a411a1e0c8f462bc (diff) | |
download | tdesvn-67ba735507eb477d352251941e7a210f7c306ade.tar.gz tdesvn-67ba735507eb477d352251941e7a210f7c306ade.zip |
Fix more FTBFS problems
Diffstat (limited to 'src/svnfrontend/propertiesdlg.h')
-rw-r--r-- | src/svnfrontend/propertiesdlg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/svnfrontend/propertiesdlg.h b/src/svnfrontend/propertiesdlg.h index f9a69f1..14cf869 100644 --- a/src/svnfrontend/propertiesdlg.h +++ b/src/svnfrontend/propertiesdlg.h @@ -26,8 +26,8 @@ #include <tqmap.h> #include <tqstring.h> -#include "src/svnqt/svnqttypes.hpp" -#include "src/svnqt/revision.hpp" +#include "svnqttypes.hpp" +#include "revision.hpp" class TQVBoxLayout; class TQHBoxLayout; |