summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 00:52:51 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 00:52:51 -0600
commit03831d9d21a44c703ecd658bcef220e9fb2c48bb (patch)
treeeb8667b59201f86e3c8d246d56cbce950c5f5d78
parentada6e78d89ce536a14a6f89703e87b18863ddf21 (diff)
downloadtdmtheme-03831d9d21a44c703ecd658bcef220e9fb2c48bb.tar.gz
tdmtheme-03831d9d21a44c703ecd658bcef220e9fb2c48bb.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
-rw-r--r--acinclude.m48
-rw-r--r--src/tdmtheme.cpp4
-rw-r--r--src/tdmtheme.desktop2
-rw-r--r--src/tdmtheme.h2
4 files changed, 8 insertions, 8 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 354bd9f..f8bfbf2 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -597,7 +597,7 @@ AC_DEFUN([KDE_SUBST_PROGRAMS],
fi
if test -n "$trinity2ornewer"; then
- KDE_FIND_PATH(kconfig_compiler, KCONFIG_COMPILER, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kconfig_compiler)])
+ KDE_FIND_PATH(tdeconfig_compiler, KCONFIG_COMPILER, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tdeconfig_compiler)])
KDE_FIND_PATH(dcopidlng, DCOPIDLNG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidlng)])
fi
if test -n "$trinity3ornewer"; then
@@ -1789,7 +1789,7 @@ if test "$kde_qtver" = 1; then
kde_check_lib="libtdecore.la"
else
kde_check_header="ksharedptr.h"
- kde_check_lib="libkio.la"
+ kde_check_lib="libtdeio.la"
fi
if test -z "$1"; then
@@ -2089,7 +2089,7 @@ elif test $kde_qtver = 2; then
AC_SUBST(LIB_KIO, "-lkio")
AC_SUBST(LIB_KSYCOCA, "-ltdesycoca")
AC_SUBST(LIB_SMB, "-lsmb")
- AC_SUBST(LIB_KFILE, "-lkfile")
+ AC_SUBST(LIB_KFILE, "-ltdefile")
AC_SUBST(LIB_KAB, "-lkab")
AC_SUBST(LIB_KHTML, "-ltdehtml")
AC_SUBST(LIB_KSPELL, "-ltdespell")
@@ -2099,7 +2099,7 @@ else
AC_SUBST(LIB_TDECORE, "-ltdecore -lXext $(LIB_QT)")
AC_SUBST(LIB_TDEUI, "-ltdeui $(LIB_TDECORE)")
AC_SUBST(LIB_KFM, "-lkfm $(LIB_TDECORE)")
- AC_SUBST(LIB_KFILE, "-lkfile $(LIB_KFM) $(LIB_TDEUI)")
+ AC_SUBST(LIB_KFILE, "-ltdefile $(LIB_KFM) $(LIB_TDEUI)")
AC_SUBST(LIB_KAB, "-lkab $(LIB_KIMGIO) $(LIB_TDECORE)")
fi
])
diff --git a/src/tdmtheme.cpp b/src/tdmtheme.cpp
index e7d4e33..78091af 100644
--- a/src/tdmtheme.cpp
+++ b/src/tdmtheme.cpp
@@ -22,8 +22,8 @@
#include <kdialog.h>
#include <kglobal.h>
-#include <kio/job.h>
-#include <kio/netaccess.h>
+#include <tdeio/job.h>
+#include <tdeio/netaccess.h>
#include <klocale.h>
#include <kmessagebox.h>
#include <kprogress.h>
diff --git a/src/tdmtheme.desktop b/src/tdmtheme.desktop
index 05e7ede..cbc88cf 100644
--- a/src/tdmtheme.desktop
+++ b/src/tdmtheme.desktop
@@ -1,6 +1,6 @@
[Desktop Entry]
Encoding=UTF-8
-Exec=kcmshell tdmtheme
+Exec=tdecmshell tdmtheme
Icon=tdmconfig
Type=Application
diff --git a/src/tdmtheme.h b/src/tdmtheme.h
index 73c958d..6bfdeb8 100644
--- a/src/tdmtheme.h
+++ b/src/tdmtheme.h
@@ -21,7 +21,7 @@
#ifndef _TDMTHEME_H_
#define _TDMTHEME_H_
-#include <kconfig.h>
+#include <tdeconfig.h>
#include <tdecmodule.h>
#include <tqwidget.h>