diff options
Diffstat (limited to 'kopete/plugins/latex')
-rw-r--r-- | kopete/plugins/latex/latexguiclient.cpp | 4 | ||||
-rw-r--r-- | kopete/plugins/latex/latexplugin.cpp | 4 | ||||
-rw-r--r-- | kopete/plugins/latex/latexplugin.h | 2 | ||||
-rw-r--r-- | kopete/plugins/latex/latexpreferences.cpp | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/kopete/plugins/latex/latexguiclient.cpp b/kopete/plugins/latex/latexguiclient.cpp index d62be944..6e704847 100644 --- a/kopete/plugins/latex/latexguiclient.cpp +++ b/kopete/plugins/latex/latexguiclient.cpp @@ -20,8 +20,8 @@ #include <tqvariant.h> #include <tdeaction.h> -#include <klocale.h> -#include <kmessagebox.h> +#include <tdelocale.h> +#include <tdemessagebox.h> #include <tqimage.h> #include <tqregexp.h> #include <tqstylesheet.h> 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" diff --git a/kopete/plugins/latex/latexplugin.h b/kopete/plugins/latex/latexplugin.h index 52be1c69..5b88e791 100644 --- a/kopete/plugins/latex/latexplugin.h +++ b/kopete/plugins/latex/latexplugin.h @@ -24,7 +24,7 @@ #include <tqobject.h> #include <tqstring.h> -#include <ktempfile.h> +#include <tdetempfile.h> #include "kopetemessage.h" #include "kopeteplugin.h" diff --git a/kopete/plugins/latex/latexpreferences.cpp b/kopete/plugins/latex/latexpreferences.cpp index 9014fff1..505b81e2 100644 --- a/kopete/plugins/latex/latexpreferences.cpp +++ b/kopete/plugins/latex/latexpreferences.cpp @@ -17,7 +17,7 @@ #include <tqlayout.h> #include <tdeparts/componentfactory.h> -#include <klocale.h> +#include <tdelocale.h> #include <kgenericfactory.h> #include <kdebug.h> #include <knuminput.h> |