diff options
Diffstat (limited to 'kalarm/birthdaydlg.cpp')
-rw-r--r-- | kalarm/birthdaydlg.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kalarm/birthdaydlg.cpp b/kalarm/birthdaydlg.cpp index 165e5aba7..e50723ff0 100644 --- a/kalarm/birthdaydlg.cpp +++ b/kalarm/birthdaydlg.cpp @@ -27,13 +27,13 @@ #include <tqlineedit.h> #include <tqwhatsthis.h> -#include <klocale.h> -#include <kglobal.h> +#include <tdelocale.h> +#include <tdeglobal.h> #include <tdeconfig.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <tdeaccel.h> -#include <kabc/addressbook.h> -#include <kabc/stdaddressbook.h> +#include <tdeabc/addressbook.h> +#include <tdeabc/stdaddressbook.h> #include <kdebug.h> #include "alarmcalendar.h" |