summaryrefslogtreecommitdiffstats
path: root/kbabel
diff options
context:
space:
mode:
Diffstat (limited to 'kbabel')
-rw-r--r--kbabel/addons/tdefile-plugins/Makefile.am2
-rw-r--r--kbabel/catalogmanager/Makefile.am6
-rw-r--r--kbabel/catalogmanager/catalogmanagerview.cpp2
-rw-r--r--kbabel/common/Makefile.am2
-rw-r--r--kbabel/commonui/Makefile.am2
-rw-r--r--kbabel/commonui/tdeactionselector.h6
-rw-r--r--kbabel/datatools/Makefile.am2
-rw-r--r--kbabel/datatools/accelerators/Makefile.am2
-rw-r--r--kbabel/datatools/arguments/Makefile.am2
-rw-r--r--kbabel/datatools/context/Makefile.am2
-rw-r--r--kbabel/datatools/equations/Makefile.am2
-rw-r--r--kbabel/datatools/length/Makefile.am2
-rw-r--r--kbabel/datatools/not-translated/Makefile.am2
-rw-r--r--kbabel/datatools/pluralforms/Makefile.am2
-rw-r--r--kbabel/datatools/punctuation/Makefile.am2
-rw-r--r--kbabel/datatools/regexp/Makefile.am2
-rw-r--r--kbabel/datatools/whitespace/Makefile.am2
-rw-r--r--kbabel/datatools/xml/Makefile.am2
-rw-r--r--kbabel/kbabel/Makefile.am6
-rw-r--r--kbabel/kbabeldict/Makefile.am8
-rw-r--r--kbabel/kbabeldict/modules/dbsearchengine/Makefile.am2
-rw-r--r--kbabel/kbabeldict/modules/dbsearchengine2/Makefile.am2
-rw-r--r--kbabel/kbabeldict/modules/poauxiliary/Makefile.am2
-rw-r--r--kbabel/kbabeldict/modules/pocompendium/Makefile.am2
-rw-r--r--kbabel/kbabeldict/modules/tmx/Makefile.am2
25 files changed, 34 insertions, 34 deletions
diff --git a/kbabel/addons/tdefile-plugins/Makefile.am b/kbabel/addons/tdefile-plugins/Makefile.am
index 2d2b252f..747f90fd 100644
--- a/kbabel/addons/tdefile-plugins/Makefile.am
+++ b/kbabel/addons/tdefile-plugins/Makefile.am
@@ -10,7 +10,7 @@ kde_module_LTLIBRARIES = tdefile_po.la
tdefile_po_la_SOURCES = tdefile_po.cpp
tdefile_po_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
-tdefile_po_la_LIBADD = ../../common/libkbabelcommon.la $(LIB_KIO)
+tdefile_po_la_LIBADD = ../../common/libkbabelcommon.la $(LIB_TDEIO)
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
diff --git a/kbabel/catalogmanager/Makefile.am b/kbabel/catalogmanager/Makefile.am
index 5f88bf70..900d8439 100644
--- a/kbabel/catalogmanager/Makefile.am
+++ b/kbabel/catalogmanager/Makefile.am
@@ -26,15 +26,15 @@ libcatalogmanager_la_SOURCES = catalogmanageriface.skel \
libcatalogmanager_la_LIBADD = ../commonui/libkbabelcommonui.la \
../kbabeldict/libkbabeldict.la ./libcvs/libcatalogmanagercvs.la \
-./libsvn/libcatalogmanagersvn.la $(LIB_KIO)
-libcatalogmanager_la_LDFLAGS = $(all_libraries) -no-undefined $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor $(LIB_KPARTS)
+./libsvn/libcatalogmanagersvn.la $(LIB_TDEIO)
+libcatalogmanager_la_LDFLAGS = $(all_libraries) -no-undefined $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor $(LIB_TDEPARTS)
catalogmanager_SOURCES = main.cpp
# the libraries to link against.
catalogmanager_LDADD = libcatalogmanager.la
-catalogmanager_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor $(LIB_KPARTS)
+catalogmanager_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor $(LIB_TDEPARTS)
# these are the headers for your project
noinst_HEADERS = catalogmanageriface.h catalogmanager.h \
diff --git a/kbabel/catalogmanager/catalogmanagerview.cpp b/kbabel/catalogmanager/catalogmanagerview.cpp
index 29de2fef..062326c3 100644
--- a/kbabel/catalogmanager/catalogmanagerview.cpp
+++ b/kbabel/catalogmanager/catalogmanagerview.cpp
@@ -524,7 +524,7 @@ void CatalogManagerView::saveMarks()
}
#if KDE_IS_VERSION( 3, 4, 92 )
- // Support for partially remote KIO slave like media:
+ // Support for partially remote TDEIO slave like media:
const KURL url ( TDEIO::NetAccess::mostLocalURL( url2, this ) );
#else
const KURL url ( url2 );
diff --git a/kbabel/common/Makefile.am b/kbabel/common/Makefile.am
index eb455a7a..3ee6c0ea 100644
--- a/kbabel/common/Makefile.am
+++ b/kbabel/common/Makefile.am
@@ -25,7 +25,7 @@ libkbabelcommon_la_SOURCES = catalog.cpp catalogitem.cpp editcmd.cpp\
projectsettings.cpp \
stringdistance.cpp
-libkbabelcommon_la_LIBADD = $(LIB_KIO) libgettext/libgettext.la
+libkbabelcommon_la_LIBADD = $(LIB_TDEIO) libgettext/libgettext.la
libkbabelcommon_la_LDFLAGS = $(all_libraries) -version-info 5:0:2 -no-undefined
# these are the headers for your project
diff --git a/kbabel/commonui/Makefile.am b/kbabel/commonui/Makefile.am
index 94c5a18d..3c1e0a9b 100644
--- a/kbabel/commonui/Makefile.am
+++ b/kbabel/commonui/Makefile.am
@@ -19,7 +19,7 @@ libkbabelcommonui_la_SOURCES = tdelisteditor.ui context.cpp tdeactionselector.cp
cmdedit.cpp \
diffpreferences.ui
-libkbabelcommonui_la_LIBADD = $(LIB_KIO) -ltdetexteditor ../common/libkbabelcommon.la ../kbabeldict/libkbabeldict.la
+libkbabelcommonui_la_LIBADD = $(LIB_TDEIO) -ltdetexteditor ../common/libkbabelcommon.la ../kbabeldict/libkbabeldict.la
libkbabelcommonui_la_LDFLAGS = $(all_libraries)
diff --git a/kbabel/commonui/tdeactionselector.h b/kbabel/commonui/tdeactionselector.h
index 6f92484d..5dd371e4 100644
--- a/kbabel/commonui/tdeactionselector.h
+++ b/kbabel/commonui/tdeactionselector.h
@@ -27,8 +27,8 @@
* your version. *
***************************************************************************/
-#ifndef _KACTION_SELECTOR_H_
-#define _KACTION_SELECTOR_H_
+#ifndef _TDEACTION_SELECTOR_H_
+#define _TDEACTION_SELECTOR_H_
#include <tqwidget.h>
@@ -408,4 +408,4 @@ private:
TDEActionSelectorPrivate *d;
};
-#endif // _KACTION_SELECTOR_H_
+#endif // _TDEACTION_SELECTOR_H_
diff --git a/kbabel/datatools/Makefile.am b/kbabel/datatools/Makefile.am
index 45bd88b2..a82ce02c 100644
--- a/kbabel/datatools/Makefile.am
+++ b/kbabel/datatools/Makefile.am
@@ -17,7 +17,7 @@ INCLUDES = $(all_includes)
# which sources should be compiled for kbabeldict
#libkbabeltools_la_SOURCES = toolaction.cpp tdeactionselector.cpp toolselectionwidget.cpp
-#libkbabeltools_la_LIBADD = $(LIB_TDECORE) $(LIB_KIO)
+#libkbabeltools_la_LIBADD = $(LIB_TDECORE) $(LIB_TDEIO)
#libkbabeltools_la_LDFLAGS = $(all_libraries) -module -version-info 1:0:0 -no-undefined
# these are the headers for your project
diff --git a/kbabel/datatools/accelerators/Makefile.am b/kbabel/datatools/accelerators/Makefile.am
index f204e78a..5ee57aae 100644
--- a/kbabel/datatools/accelerators/Makefile.am
+++ b/kbabel/datatools/accelerators/Makefile.am
@@ -1,6 +1,6 @@
INCLUDES = -I$(srcdir)/../../common -I../../common $(all_includes)
-kbabel_accelstool_la_LIBADD = $(LIB_KIO) ../../common/libkbabelcommon.la
+kbabel_accelstool_la_LIBADD = $(LIB_TDEIO) ../../common/libkbabelcommon.la
####### Files
diff --git a/kbabel/datatools/arguments/Makefile.am b/kbabel/datatools/arguments/Makefile.am
index 5585d438..ab4e2f01 100644
--- a/kbabel/datatools/arguments/Makefile.am
+++ b/kbabel/datatools/arguments/Makefile.am
@@ -1,6 +1,6 @@
INCLUDES = -I$(srcdir)/../../common -I../../common $(all_includes)
-kbabel_argstool_la_LIBADD = $(LIB_KIO) ../../common/libkbabelcommon.la
+kbabel_argstool_la_LIBADD = $(LIB_TDEIO) ../../common/libkbabelcommon.la
####### Files
diff --git a/kbabel/datatools/context/Makefile.am b/kbabel/datatools/context/Makefile.am
index 4d4a7c0e..3b56628a 100644
--- a/kbabel/datatools/context/Makefile.am
+++ b/kbabel/datatools/context/Makefile.am
@@ -1,6 +1,6 @@
INCLUDES = -I$(srcdir)/../../common -I../../common $(all_includes)
-kbabel_contexttool_la_LIBADD = $(LIB_KIO) ../../common/libkbabelcommon.la
+kbabel_contexttool_la_LIBADD = $(LIB_TDEIO) ../../common/libkbabelcommon.la
####### Files
diff --git a/kbabel/datatools/equations/Makefile.am b/kbabel/datatools/equations/Makefile.am
index 9b49892d..dac35e6f 100644
--- a/kbabel/datatools/equations/Makefile.am
+++ b/kbabel/datatools/equations/Makefile.am
@@ -1,6 +1,6 @@
INCLUDES = -I$(srcdir)/../../common -I../../common $(all_includes)
-kbabel_equationstool_la_LIBADD = $(LIB_KIO) ../../common/libkbabelcommon.la
+kbabel_equationstool_la_LIBADD = $(LIB_TDEIO) ../../common/libkbabelcommon.la
####### Files
diff --git a/kbabel/datatools/length/Makefile.am b/kbabel/datatools/length/Makefile.am
index 62231402..2359a95b 100644
--- a/kbabel/datatools/length/Makefile.am
+++ b/kbabel/datatools/length/Makefile.am
@@ -1,6 +1,6 @@
INCLUDES = -I$(srcdir)/../../common -I../../common $(all_includes)
-kbabel_lengthtool_la_LIBADD = $(LIB_KIO) ../../common/libkbabelcommon.la
+kbabel_lengthtool_la_LIBADD = $(LIB_TDEIO) ../../common/libkbabelcommon.la
####### Files
diff --git a/kbabel/datatools/not-translated/Makefile.am b/kbabel/datatools/not-translated/Makefile.am
index 7ae7fe1c..40299023 100644
--- a/kbabel/datatools/not-translated/Makefile.am
+++ b/kbabel/datatools/not-translated/Makefile.am
@@ -1,6 +1,6 @@
INCLUDES = -I$(srcdir)/../../common -I../../common $(all_includes)
-kbabel_nottranslatedtool_la_LIBADD = $(LIB_KIO) ../../common/libkbabelcommon.la
+kbabel_nottranslatedtool_la_LIBADD = $(LIB_TDEIO) ../../common/libkbabelcommon.la
####### Files
diff --git a/kbabel/datatools/pluralforms/Makefile.am b/kbabel/datatools/pluralforms/Makefile.am
index b7d50e80..951e08cb 100644
--- a/kbabel/datatools/pluralforms/Makefile.am
+++ b/kbabel/datatools/pluralforms/Makefile.am
@@ -1,6 +1,6 @@
INCLUDES = -I$(srcdir)/../../common -I../../common $(all_includes)
-kbabel_pluraltool_la_LIBADD = $(LIB_KIO) ../../common/libkbabelcommon.la
+kbabel_pluraltool_la_LIBADD = $(LIB_TDEIO) ../../common/libkbabelcommon.la
####### Files
diff --git a/kbabel/datatools/punctuation/Makefile.am b/kbabel/datatools/punctuation/Makefile.am
index 5f00234c..1aceb053 100644
--- a/kbabel/datatools/punctuation/Makefile.am
+++ b/kbabel/datatools/punctuation/Makefile.am
@@ -1,6 +1,6 @@
INCLUDES = -I$(srcdir)/../../common -I../../common $(all_includes)
-kbabel_punctuationtool_la_LIBADD = $(LIB_KIO) ../../common/libkbabelcommon.la
+kbabel_punctuationtool_la_LIBADD = $(LIB_TDEIO) ../../common/libkbabelcommon.la
####### Files
diff --git a/kbabel/datatools/regexp/Makefile.am b/kbabel/datatools/regexp/Makefile.am
index e727ca25..42ebe1cb 100644
--- a/kbabel/datatools/regexp/Makefile.am
+++ b/kbabel/datatools/regexp/Makefile.am
@@ -1,6 +1,6 @@
INCLUDES = -I$(srcdir)/../../common -I../../common $(all_includes)
-kbabel_regexptool_la_LIBADD = $(LIB_KIO) ../../common/libkbabelcommon.la
+kbabel_regexptool_la_LIBADD = $(LIB_TDEIO) ../../common/libkbabelcommon.la
####### Files
diff --git a/kbabel/datatools/whitespace/Makefile.am b/kbabel/datatools/whitespace/Makefile.am
index f0987b4f..eb3937fb 100644
--- a/kbabel/datatools/whitespace/Makefile.am
+++ b/kbabel/datatools/whitespace/Makefile.am
@@ -1,6 +1,6 @@
INCLUDES = -I$(srcdir)/../../common -I../../common $(all_includes)
-kbabel_whitespacetool_la_LIBADD = $(LIB_KIO) ../../common/libkbabelcommon.la
+kbabel_whitespacetool_la_LIBADD = $(LIB_TDEIO) ../../common/libkbabelcommon.la
####### Files
diff --git a/kbabel/datatools/xml/Makefile.am b/kbabel/datatools/xml/Makefile.am
index dbba4740..3f116709 100644
--- a/kbabel/datatools/xml/Makefile.am
+++ b/kbabel/datatools/xml/Makefile.am
@@ -1,6 +1,6 @@
INCLUDES = -I$(srcdir)/../../common -I../../common $(all_includes)
-kbabel_xmltool_la_LIBADD = $(LIB_KIO) ../../common/libkbabelcommon.la
+kbabel_xmltool_la_LIBADD = $(LIB_TDEIO) ../../common/libkbabelcommon.la
####### Files
diff --git a/kbabel/kbabel/Makefile.am b/kbabel/kbabel/Makefile.am
index 54e99daf..90ec3ea6 100644
--- a/kbabel/kbabel/Makefile.am
+++ b/kbabel/kbabel/Makefile.am
@@ -37,15 +37,15 @@ libkbabel_la_SOURCES = kbbookmarkhandler.cpp \
kde_kcfg_DATA=kbabel.kcfg
-libkbabel_la_LIBADD = ../commonui/libkbabelcommonui.la ../kbabeldict/libkbabeldict.la $(LIB_KIO) $(LIB_KSPELL)
-libkbabel_la_LDFLAGS = $(all_libraries) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor $(LIB_KPARTS)
+libkbabel_la_LIBADD = ../commonui/libkbabelcommonui.la ../kbabeldict/libkbabeldict.la $(LIB_TDEIO) $(LIB_TDESPELL)
+libkbabel_la_LDFLAGS = $(all_libraries) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor $(LIB_TDEPARTS)
kbabel_SOURCES = main.cpp
# the libraries to link against.
kbabel_LDADD = libkbabel.la
-kbabel_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor $(LIB_KPARTS)
+kbabel_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor $(LIB_TDEPARTS)
# these are the headers for your project
noinst_HEADERS = kbabel.h kbabelview.h \
diff --git a/kbabel/kbabeldict/Makefile.am b/kbabel/kbabeldict/Makefile.am
index afcf95b9..61bfd4ed 100644
--- a/kbabel/kbabeldict/Makefile.am
+++ b/kbabel/kbabeldict/Makefile.am
@@ -19,20 +19,20 @@ INCLUDES = -I$(srcdir)/../common -I$(top_builddir)/kbabel/common $(all_i
lib_LTLIBRARIES = libkbabeldictplugin.la
libkbabeldictplugin_la_SOURCES = searchengine.cpp
libkbabeldictplugin_la_LIBADD = $(LIB_TDECORE)
-libkbabeldictplugin_la_LDFLAGS = -version-info 3:0:2 $(all_libraries) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
+libkbabeldictplugin_la_LDFLAGS = -version-info 3:0:2 $(all_libraries) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
libkbabeldict_la_SOURCES = kbabeldictbox.cpp \
kbabeldictiface.skel dictionarymenu.cpp dictchooser.cpp \
aboutmoduledlg.cpp
libkbabeldict_la_LIBADD = ../common/libkbabelcommon.la libkbabeldictplugin.la $(LIB_TDEUI)
-libkbabeldict_la_LDFLAGS = $(all_libraries) -no-undefined $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
+libkbabeldict_la_LDFLAGS = $(all_libraries) -no-undefined $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
kbabeldict_SOURCES = main.cpp kbabeldictview.cpp kbabeldict.cpp kbabelsplash.cpp
# the libraries to link against.
-kbabeldict_LDADD = libkbabeldict.la $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
-kbabeldict_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
+kbabeldict_LDADD = libkbabeldict.la $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
+kbabeldict_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
# these are the headers for your project
noinst_HEADERS = kbabeldict.h kbabeldictview.h kbabelsplash.h aboutmoduledlg.h
diff --git a/kbabel/kbabeldict/modules/dbsearchengine/Makefile.am b/kbabel/kbabeldict/modules/dbsearchengine/Makefile.am
index c9e40c31..bc7b0fb7 100644
--- a/kbabel/kbabeldict/modules/dbsearchengine/Makefile.am
+++ b/kbabel/kbabeldict/modules/dbsearchengine/Makefile.am
@@ -16,7 +16,7 @@ INCLUDES = -I$(srcdir)/../.. -I../../../common -I$(srcdir)/../../../comm
kbabeldict_dbsearchengine_la_SOURCES = KDBSearchEngine.cpp preferenceswidget.cpp \
dbse_factory.cpp dbseprefwidget.ui database.cpp dbscan.cpp
#database.cpp dbscan.cpp
-kbabeldict_dbsearchengine_la_LIBADD = ../../libkbabeldictplugin.la ../../../common/libkbabelcommon.la $(LIB_TDEUI) $(LIB_KIO) $(LIB_DBIV)
+kbabeldict_dbsearchengine_la_LIBADD = ../../libkbabeldictplugin.la ../../../common/libkbabelcommon.la $(LIB_TDEUI) $(LIB_TDEIO) $(LIB_DBIV)
kbabeldict_dbsearchengine_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined \
$(DBIV_LDFLAGS)
diff --git a/kbabel/kbabeldict/modules/dbsearchengine2/Makefile.am b/kbabel/kbabeldict/modules/dbsearchengine2/Makefile.am
index bb907c73..983257cd 100644
--- a/kbabel/kbabeldict/modules/dbsearchengine2/Makefile.am
+++ b/kbabel/kbabeldict/modules/dbsearchengine2/Makefile.am
@@ -16,7 +16,7 @@ INCLUDES = -I$(srcdir)/../.. -I$(srcdir)/../../../common $(all_includes)
kbabeldict_dbsearchengine2_la_SOURCES = dbscan.cpp preferenceswidget.cpp dbse2.ui KDBSearchEngine2.cpp database.cpp dbentries.cpp dbse2_factory.cpp sourcedialog.ui algorithms.cpp chunk.cpp
#kbabeldict_dbsearchengine2_la_SOURCES = KDBSearchEngine2.cpp database.cpp dbentries.cpp dbse2_factory.cpp
-kbabeldict_dbsearchengine2_la_LIBADD = ../../libkbabeldictplugin.la ../../../common/libkbabelcommon.la $(LIB_TDEUI) $(LIB_KIO) $(LIB_DBIV)_cxx
+kbabeldict_dbsearchengine2_la_LIBADD = ../../libkbabeldictplugin.la ../../../common/libkbabelcommon.la $(LIB_TDEUI) $(LIB_TDEIO) $(LIB_DBIV)_cxx
kbabeldict_dbsearchengine2_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined -L$(DBIV_LDFLAGS)
diff --git a/kbabel/kbabeldict/modules/poauxiliary/Makefile.am b/kbabel/kbabeldict/modules/poauxiliary/Makefile.am
index cab9d75f..d2da715b 100644
--- a/kbabel/kbabeldict/modules/poauxiliary/Makefile.am
+++ b/kbabel/kbabeldict/modules/poauxiliary/Makefile.am
@@ -15,7 +15,7 @@ INCLUDES = -I$(srcdir)/../.. -I../../../common -I$(srcdir)/../../../comm
kbabeldict_poauxiliary_la_SOURCES = poauxiliary.cpp preferenceswidget.cpp\
pa_factory.cpp pwidget.ui
-kbabeldict_poauxiliary_la_LIBADD = ../../libkbabeldictplugin.la ../../../common/libkbabelcommon.la $(LIB_TDEUI) $(LIB_KIO)
+kbabeldict_poauxiliary_la_LIBADD = ../../libkbabeldictplugin.la ../../../common/libkbabelcommon.la $(LIB_TDEUI) $(LIB_TDEIO)
kbabeldict_poauxiliary_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
diff --git a/kbabel/kbabeldict/modules/pocompendium/Makefile.am b/kbabel/kbabeldict/modules/pocompendium/Makefile.am
index 836d3f3d..2ede0780 100644
--- a/kbabel/kbabeldict/modules/pocompendium/Makefile.am
+++ b/kbabel/kbabeldict/modules/pocompendium/Makefile.am
@@ -17,7 +17,7 @@ INCLUDES = -I$(srcdir)/../.. -I../../../common -I$(srcdir)/../../../comm
kbabeldict_pocompendium_la_SOURCES = pocompendium.cpp preferenceswidget.cpp \
pc_factory.cpp pwidget.ui compendiumdata.cpp
-kbabeldict_pocompendium_la_LIBADD = ../../libkbabeldictplugin.la ../../../common/libkbabelcommon.la $(LIB_TDEUI) $(LIB_KIO)
+kbabeldict_pocompendium_la_LIBADD = ../../libkbabeldictplugin.la ../../../common/libkbabelcommon.la $(LIB_TDEUI) $(LIB_TDEIO)
kbabeldict_pocompendium_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
diff --git a/kbabel/kbabeldict/modules/tmx/Makefile.am b/kbabel/kbabeldict/modules/tmx/Makefile.am
index 6a1769e1..f3e3b679 100644
--- a/kbabel/kbabeldict/modules/tmx/Makefile.am
+++ b/kbabel/kbabeldict/modules/tmx/Makefile.am
@@ -17,7 +17,7 @@ INCLUDES = -I$(srcdir)/../.. -I../../../common -I$(srcdir)/../../../comm
kbabeldict_tmxcompendium_la_SOURCES = tmxcompendium.cpp preferenceswidget.cpp \
pc_factory.cpp pwidget.ui tmxcompendiumdata.cpp
-kbabeldict_tmxcompendium_la_LIBADD = ../../libkbabeldictplugin.la ../../../common/libkbabelcommon.la $(LIB_TDEUI) $(LIB_KIO)
+kbabeldict_tmxcompendium_la_LIBADD = ../../libkbabeldictplugin.la ../../../common/libkbabelcommon.la $(LIB_TDEUI) $(LIB_TDEIO)
kbabeldict_tmxcompendium_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined