diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:01:54 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:58:45 +0200 |
commit | 3e88ddfbc3df52c97d5354890fb9ac68af49bddd (patch) | |
tree | f6830215ebdc83e794a7a223042537595490265f /ktip | |
parent | 5607b4ae2272da03b692475c2f773f3e27e671b8 (diff) | |
download | tdebase-3e88ddfbc3df52c97d5354890fb9ac68af49bddd.tar.gz tdebase-3e88ddfbc3df52c97d5354890fb9ac68af49bddd.zip |
Additional k => tde renaming and fixes
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 |