diff options
Diffstat (limited to 'kbugbuster/backend')
-rw-r--r-- | kbugbuster/backend/mailsender.cpp | 2 | ||||
-rw-r--r-- | kbugbuster/backend/smtp.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kbugbuster/backend/mailsender.cpp b/kbugbuster/backend/mailsender.cpp index 9c94d669..239b9dab 100644 --- a/kbugbuster/backend/mailsender.cpp +++ b/kbugbuster/backend/mailsender.cpp @@ -12,7 +12,7 @@ #include <kdebug.h> #include <kmessagebox.h> #include <kurl.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <dcopclient.h> #include <kprocess.h> diff --git a/kbugbuster/backend/smtp.cpp b/kbugbuster/backend/smtp.cpp index b9211cbb..438a03e5 100644 --- a/kbugbuster/backend/smtp.cpp +++ b/kbugbuster/backend/smtp.cpp @@ -12,7 +12,7 @@ #include <tqtextstream.h> #include <tqsocket.h> #include <tqtimer.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kmessagebox.h> #include <klocale.h> |