diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 | ||||
-rw-r--r-- | src/otrguiclient.h | 2 | ||||
-rw-r--r-- | src/otrplugin.cpp | 2 | ||||
-rw-r--r-- | src/otrpreferences.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 01bec5c..47584b4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -26,7 +26,7 @@ servicedir = $(kde_servicesdir) kde_kcfg_DATA = kopete_otr.kcfg kcm_DATA = kopete_otr_config.desktop -kcmdir = $(kde_servicesdir)/kconfiguredialog +kcmdir = $(kde_servicesdir)/tdeconfiguredialog kopete_otr_la_LIBADD = libkotr.la -lotr diff --git a/src/otrguiclient.h b/src/otrguiclient.h index eb9ee5b..e6e1e28 100644 --- a/src/otrguiclient.h +++ b/src/otrguiclient.h @@ -25,7 +25,7 @@ #include <tqobject.h> #include <kxmlguiclient.h> -//#include <kio/job.h> +//#include <tdeio/job.h> #include <kglobal.h> #include <kstandarddirs.h> diff --git a/src/otrplugin.cpp b/src/otrplugin.cpp index 7478c59..47fdcb0 100644 --- a/src/otrplugin.cpp +++ b/src/otrplugin.cpp @@ -28,7 +28,7 @@ #include <kaction.h> #include <kactionclasses.h> #include <kpopupmenu.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kgenericfactory.h> #include <tdeversion.h> #include <kaboutdata.h> diff --git a/src/otrpreferences.cpp b/src/otrpreferences.cpp index f591113..b72ed4c 100644 --- a/src/otrpreferences.cpp +++ b/src/otrpreferences.cpp @@ -33,7 +33,7 @@ #include <kgenericfactory.h> #include <kurlrequester.h> #include <kmessagebox.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kapplication.h> #include <kanimwidget.h> #include <kpassivepopup.h> |