diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:49:26 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:49:26 -0600 |
commit | 59a706bc2a5caa7990e77b6018c25c4f5ef3bcf2 (patch) | |
tree | 338d237cc0f1b3a701dfa11b09983ed675beb740 /src/otrlconfinterface.cpp | |
parent | b7fc57b750ab7e1ed9e0c156af3157cc31dfe12d (diff) | |
download | kopete-otr-59a706bc2a5caa7990e77b6018c25c4f5ef3bcf2.tar.gz kopete-otr-59a706bc2a5caa7990e77b6018c25c4f5ef3bcf2.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/otrlconfinterface.cpp')
-rw-r--r-- | src/otrlconfinterface.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/otrlconfinterface.cpp b/src/otrlconfinterface.cpp index cb025a4..75bcb22 100644 --- a/src/otrlconfinterface.cpp +++ b/src/otrlconfinterface.cpp @@ -30,9 +30,9 @@ #include <kopeteaccount.h> #include <kdebug.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <kstandarddirs.h> -#include <klocale.h> +#include <tdelocale.h> #include <kanimwidget.h> |