diff options
Diffstat (limited to 'ktip')
-rw-r--r-- | ktip/Makefile.am | 2 | ||||
-rw-r--r-- | ktip/tips | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ktip/Makefile.am b/ktip/Makefile.am index 1e6f48144..2a90138a9 100644 --- a/ktip/Makefile.am +++ b/ktip/Makefile.am @@ -5,7 +5,7 @@ SUBDIRS = pics bin_PROGRAMS = ktip ktip_SOURCES = ktipwindow.cpp ktip_LDADD = $(LIB_TDEUI) -ktip_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor +ktip_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor METASOURCES = AUTO KDE_ICON = AUTO @@ -844,7 +844,7 @@ other containers. <tip category="General"> <html> <p> -TDE's 'kio slaves' do not just work in Konqueror: you can use network +TDE's 'tdeio slaves' do not just work in Konqueror: you can use network URLs in any TDE application. For example, you can enter a URL like ftp://www.server.com/myfile in the Kate Open dialog, and Kate will open the file and save changes back to the FTP server when you click |