summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am4
-rw-r--r--src/filehandler.h2
-rw-r--r--src/imagefactory.h4
3 files changed, 5 insertions, 5 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 53220b2..3776b22 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -31,7 +31,7 @@ tellico_LDADD = ./core/libcore.a ./cite/libcite.a ./fetch/libfetch.a \
./translators/pilotdb/libflatfile/liblibflatfile.a ./gui/libgui.a \
./translators/pilotdb/libpalm/liblibpalm.a ./rtf2html/librtf2html.a \
./commands/libcommands.a -lexslt $(LIB_TDEFILE) $(LIB_TDEHTML) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) \
- $(LIBSOCKET) $(LIBXSLT_LIBS) $(TAGLIB_LIBS) $(KCDDB_LIBS) $(YAZ_LIBS) $(LIB_KIO) \
+ $(LIBSOCKET) $(LIBXSLT_LIBS) $(TAGLIB_LIBS) $(KCDDB_LIBS) $(YAZ_LIBS) $(LIB_TDEIO) \
$(LIB_TDEABC) $(KCAL_LIBS) $(LDADD_LIBBTPARSE) $(LIB_KNEWSTUFF) $(EXEMPI_LIBS) \
$(POPPLER_LIBS) $(LDADD_LIBBARCODE) $(LIBXML_LIBS)
@@ -122,7 +122,7 @@ KDE_OPTIONS = noautodist
CLEANFILES = *~ *.loT
# the library search path.
-tellico_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor $(LIB_KPARTS)
+tellico_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor $(LIB_TDEPARTS)
uidir = $(kde_datadir)/tellico
ui_DATA = tellicoui.rc
diff --git a/src/filehandler.h b/src/filehandler.h
index 653f84f..45dbc7b 100644
--- a/src/filehandler.h
+++ b/src/filehandler.h
@@ -45,7 +45,7 @@ friend class ImageFactory;
public:
/**
- * An internal class to handle KIO stuff. Exposed so a FileRef pointer
+ * An internal class to handle TDEIO stuff. Exposed so a FileRef pointer
* can be returned from FileHandler.
*/
class FileRef {
diff --git a/src/imagefactory.h b/src/imagefactory.h
index f653d83..8f90e02 100644
--- a/src/imagefactory.h
+++ b/src/imagefactory.h
@@ -68,7 +68,7 @@ public:
* Add an image, reading it from a URL, which is the case when adding a new image from the
* @ref ImageWidget.
*
- * @param url The URL of the image, anything KIO can handle
+ * @param url The URL of the image, anything TDEIO can handle
* @param quiet If any error should not be reported.
* @return The image id, empty if null
*/
@@ -146,7 +146,7 @@ private:
* Add an image, reading it from a URL, which is the case when adding a new image from the
* @ref ImageWidget.
*
- * @param url The URL of the image, anything KIO can handle
+ * @param url The URL of the image, anything TDEIO can handle
* @param quiet If any error should not be reported.
* @return The image
*/