diff options
author | Timothy Pearson <[email protected]> | 2011-11-26 22:24:20 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-26 22:24:20 -0600 |
commit | 19b4e0512f6270f5decab0d4bc07eae3a0e9b9ed (patch) | |
tree | a938d8713575c27d31bb3947badbaaded38e212e /src/svnfrontend/tdesvnfilelist.h | |
parent | a49597806eeb6bc12df03e4a77903ba88ef632ce (diff) | |
download | tdesvn-19b4e0512f6270f5decab0d4bc07eae3a0e9b9ed.tar.gz tdesvn-19b4e0512f6270f5decab0d4bc07eae3a0e9b9ed.zip |
CMake updates
Diffstat (limited to 'src/svnfrontend/tdesvnfilelist.h')
-rw-r--r-- | src/svnfrontend/tdesvnfilelist.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/svnfrontend/tdesvnfilelist.h b/src/svnfrontend/tdesvnfilelist.h index d1a9f78..97cb902 100644 --- a/src/svnfrontend/tdesvnfilelist.h +++ b/src/svnfrontend/tdesvnfilelist.h @@ -22,8 +22,8 @@ #include "itemdisplay.h" #include "filelistviewitem.h" -#include "src/svnqt/status.hpp" -#include "src/svnqt/client.hpp" +#include "status.hpp" +#include "client.hpp" #include <klistview.h> #include <kurl.h> |