diff options
Diffstat (limited to 'src/borrowerdialog.cpp')
-rw-r--r-- | src/borrowerdialog.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/borrowerdialog.cpp b/src/borrowerdialog.cpp index d9d34c7..1a3b10c 100644 --- a/src/borrowerdialog.cpp +++ b/src/borrowerdialog.cpp @@ -15,10 +15,10 @@ #include "document.h" #include "collection.h" -#include <klocale.h> +#include <tdelocale.h> #include <klineedit.h> -#include <kabc/addressee.h> -#include <kabc/stdaddressbook.h> +#include <tdeabc/addressee.h> +#include <tdeabc/stdaddressbook.h> #include <kiconloader.h> #include <tqlayout.h> |