diff options
Diffstat (limited to 'src/ksvnwidgets')
-rw-r--r-- | src/ksvnwidgets/pwstorage.cpp | 2 | ||||
-rw-r--r-- | src/ksvnwidgets/pwstorage.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/ksvnwidgets/pwstorage.cpp b/src/ksvnwidgets/pwstorage.cpp index 9710c59..16c421f 100644 --- a/src/ksvnwidgets/pwstorage.cpp +++ b/src/ksvnwidgets/pwstorage.cpp @@ -19,7 +19,7 @@ ***************************************************************************/ #include "pwstorage.h" #include "tdesvn-config.h" -#include "src/settings/tdesvnsettings.h" +#include "tdesvnsettings.h" #include <kwallet.h> #include <twin.h> diff --git a/src/ksvnwidgets/pwstorage.h b/src/ksvnwidgets/pwstorage.h index 821005e..bf710db 100644 --- a/src/ksvnwidgets/pwstorage.h +++ b/src/ksvnwidgets/pwstorage.h @@ -22,6 +22,7 @@ #include <tqstring.h> #include <tqobject.h> +#include <tqmutex.h> class PwStorageData; |