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/otrplugin.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/otrplugin.cpp')
-rw-r--r-- | src/otrplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/otrplugin.cpp b/src/otrplugin.cpp index ff0a404..85c9d37 100644 --- a/src/otrplugin.cpp +++ b/src/otrplugin.cpp @@ -33,7 +33,7 @@ #include <tdeversion.h> #include <tdeaboutdata.h> #include <kstandarddirs.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <kopetemetacontact.h> #include <kopetecontactlist.h> |