diff options
Diffstat (limited to 'kopete/plugins/latex/latexplugin.cpp')
-rw-r--r-- | kopete/plugins/latex/latexplugin.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/plugins/latex/latexplugin.cpp b/kopete/plugins/latex/latexplugin.cpp index 17ef8c15..2773d21f 100644 --- a/kopete/plugins/latex/latexplugin.cpp +++ b/kopete/plugins/latex/latexplugin.cpp @@ -25,9 +25,9 @@ #include <kdebug.h> #include <kstandarddirs.h> #include <kprocess.h> -#include <ktempfile.h> +#include <tdetempfile.h> #include <kmdcodec.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include "kopetechatsessionmanager.h" #include "kopeteuiglobal.h" |