diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:49:26 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:49:26 -0600 |
commit | 59a706bc2a5caa7990e77b6018c25c4f5ef3bcf2 (patch) | |
tree | 338d237cc0f1b3a701dfa11b09983ed675beb740 /src/otrguiclient.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/otrguiclient.cpp')
-rw-r--r-- | src/otrguiclient.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/otrguiclient.cpp b/src/otrguiclient.cpp index f3bf8de..2fbae0e 100644 --- a/src/otrguiclient.cpp +++ b/src/otrguiclient.cpp @@ -20,14 +20,14 @@ #include <tdeaction.h> -#include <klocale.h> +#include <tdelocale.h> #include <tdeactionclasses.h> #include <kopetechatsession.h> #include <kopeteview.h> #include <kopetemessage.h> #include <kdebug.h> #include <kstandarddirs.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include "otrguiclient.h" |