diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:59:53 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:59:53 -0600 |
commit | 508a49f9ef02a7b03411c8e9953ba79c99b91c0c (patch) | |
tree | 1df40da8f05d010a3e175c3d48e3529cccf2e067 /kbugbuster/backend/smtp.cpp | |
parent | 19cea58302be2d15b10b106c80ff82f7b5a2fa79 (diff) | |
download | tdesdk-508a49f9ef02a7b03411c8e9953ba79c99b91c0c.tar.gz tdesdk-508a49f9ef02a7b03411c8e9953ba79c99b91c0c.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'kbugbuster/backend/smtp.cpp')
-rw-r--r-- | kbugbuster/backend/smtp.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kbugbuster/backend/smtp.cpp b/kbugbuster/backend/smtp.cpp index 438a03e5..2b5f58e9 100644 --- a/kbugbuster/backend/smtp.cpp +++ b/kbugbuster/backend/smtp.cpp @@ -13,8 +13,8 @@ #include <tqsocket.h> #include <tqtimer.h> #include <tdeapplication.h> -#include <kmessagebox.h> -#include <klocale.h> +#include <tdemessagebox.h> +#include <tdelocale.h> Smtp::Smtp( const TQString &from, const TQStringList &to, const TQString &aMessage, |