diff options
author | Timothy Pearson <[email protected]> | 2011-11-27 02:25:23 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-27 02:25:23 -0600 |
commit | 32f900cc79cc54627622d23245854e50995ef827 (patch) | |
tree | b877536a0744c44a5299d1966fed6762522429bf /src/svnfrontend/tcontextlistener.cpp | |
parent | 6b8689efa77fd4e478174ff9c42710ffd05044df (diff) | |
download | tdesvn-32f900cc79cc54627622d23245854e50995ef827.tar.gz tdesvn-32f900cc79cc54627622d23245854e50995ef827.zip |
Fix more FBTFS problems
Diffstat (limited to 'src/svnfrontend/tcontextlistener.cpp')
-rw-r--r-- | src/svnfrontend/tcontextlistener.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/svnfrontend/tcontextlistener.cpp b/src/svnfrontend/tcontextlistener.cpp index 315daed..53d7892 100644 --- a/src/svnfrontend/tcontextlistener.cpp +++ b/src/svnfrontend/tcontextlistener.cpp @@ -20,10 +20,10 @@ #include "tcontextlistener.h" #include "ccontextlistener.h" -#include "src/ksvnwidgets/authdialogimpl.h" -#include "src/ksvnwidgets/logmsg_impl.h" -#include "src/ksvnwidgets/ssltrustprompt_impl.h" -#include "src/helpers/stringhelper.h" +#include "authdialogimpl.h" +#include "logmsg_impl.h" +#include "ssltrustprompt_impl.h" +#include "stringhelper.h" #include "threadcontextlistenerdata.h" #include <kapplication.h> |