summaryrefslogtreecommitdiffstats
path: root/tdeioslave/fish
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 15:11:21 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 15:11:21 -0600
commit472156a41b1348c714986c772759ad950fffbe75 (patch)
tree86369dab3bbe3d52c49051665bdfb49b9dfc16e3 /tdeioslave/fish
parent3e891e81335e5243583dab27faeebf001b8139a6 (diff)
downloadtdebase-472156a41b1348c714986c772759ad950fffbe75.tar.gz
tdebase-472156a41b1348c714986c772759ad950fffbe75.zip
Rename kioslaves
Diffstat (limited to 'tdeioslave/fish')
-rw-r--r--tdeioslave/fish/CMakeLists.txt4
-rw-r--r--tdeioslave/fish/FAQ2
-rw-r--r--tdeioslave/fish/Makefile.am8
-rw-r--r--tdeioslave/fish/README2
-rw-r--r--tdeioslave/fish/fish.cpp2
-rwxr-xr-xtdeioslave/fish/fish.pl4
-rw-r--r--tdeioslave/fish/fish.protocol2
-rw-r--r--tdeioslave/fish/nxfish.protocol2
8 files changed, 13 insertions, 13 deletions
diff --git a/tdeioslave/fish/CMakeLists.txt b/tdeioslave/fish/CMakeLists.txt
index 445ea418f..b0498131a 100644
--- a/tdeioslave/fish/CMakeLists.txt
+++ b/tdeioslave/fish/CMakeLists.txt
@@ -28,7 +28,7 @@ link_directories(
install( FILES fish.protocol nxfish.protocol DESTINATION ${SERVICES_INSTALL_DIR} )
-##### kio_fish (module) #########################
+##### tdeio_fish (module) #########################
add_custom_command( OUTPUT fishcode.h
COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/genfishcode.pl ${CMAKE_CURRENT_SOURCE_DIR}/fish.pl > fishcode.h
@@ -36,7 +36,7 @@ add_custom_command( OUTPUT fishcode.h
set_property( SOURCE fish.cpp APPEND PROPERTY OBJECT_DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/fishcode.h )
-set( target kio_fish )
+set( target tdeio_fish )
tde_add_kpart( ${target} AUTOMOC
SOURCES fish.cpp
diff --git a/tdeioslave/fish/FAQ b/tdeioslave/fish/FAQ
index dce0aef41..6c96494e7 100644
--- a/tdeioslave/fish/FAQ
+++ b/tdeioslave/fish/FAQ
@@ -1,4 +1,4 @@
-Freqeuently Asked Questions, last updated for kio_fish 1.1
+Freqeuently Asked Questions, last updated for tdeio_fish 1.1
Q: Typing fish:/some.host.com does not work
A: It is fish://some.host.com (double slash)
diff --git a/tdeioslave/fish/Makefile.am b/tdeioslave/fish/Makefile.am
index 35ca64fd4..e060da76f 100644
--- a/tdeioslave/fish/Makefile.am
+++ b/tdeioslave/fish/Makefile.am
@@ -1,11 +1,11 @@
-kde_module_LTLIBRARIES = kio_fish.la
+kde_module_LTLIBRARIES = tdeio_fish.la
INCLUDES = $(all_includes)
AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
-kio_fish_la_SOURCES = fish.cpp
-kio_fish_la_LIBADD = $(LIB_KSYCOCA) $(LIBUTIL)
-kio_fish_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -lutil
+tdeio_fish_la_SOURCES = fish.cpp
+tdeio_fish_la_LIBADD = $(LIB_KSYCOCA) $(LIBUTIL)
+tdeio_fish_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -lutil
noinst_HEADERS = fishcode.h fish.h
EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL README TODO FAQ fish.pl
diff --git a/tdeioslave/fish/README b/tdeioslave/fish/README
index d1afdc3d1..d71098256 100644
--- a/tdeioslave/fish/README
+++ b/tdeioslave/fish/README
@@ -1,4 +1,4 @@
-Overview of kio_fish
+Overview of tdeio_fish
====================
------------------------------------------------------------------------
diff --git a/tdeioslave/fish/fish.cpp b/tdeioslave/fish/fish.cpp
index 0bf44482e..30f033753 100644
--- a/tdeioslave/fish/fish.cpp
+++ b/tdeioslave/fish/fish.cpp
@@ -126,7 +126,7 @@ static void ripper(int)
int KDE_EXPORT kdemain( int argc, char **argv )
{
- KLocale::setMainCatalogue("kio_fish");
+ KLocale::setMainCatalogue("tdeio_fish");
TDEInstance instance("fish");
myDebug( << "*** Starting fish " << endl);
diff --git a/tdeioslave/fish/fish.pl b/tdeioslave/fish/fish.pl
index 1fe13841f..ace813bb9 100755
--- a/tdeioslave/fish/fish.pl
+++ b/tdeioslave/fish/fish.pl
@@ -3,9 +3,9 @@
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, version 2 of the License
=pod
-This file was transferred by kio_fish, a network client part of the
+This file was transferred by tdeio_fish, a network client part of the
KDE project. You may safely delete it, it will be transferred again
-when needed. It's only purpose is to make kio_fish access faster and
+when needed. It's only purpose is to make tdeio_fish access faster and
more reliable.
=cut
diff --git a/tdeioslave/fish/fish.protocol b/tdeioslave/fish/fish.protocol
index 451050fcf..dfff5a789 100644
--- a/tdeioslave/fish/fish.protocol
+++ b/tdeioslave/fish/fish.protocol
@@ -1,5 +1,5 @@
[Protocol]
-exec=kio_fish
+exec=tdeio_fish
protocol=fish
input=none
output=filesystem
diff --git a/tdeioslave/fish/nxfish.protocol b/tdeioslave/fish/nxfish.protocol
index 1a6ffbb48..27f1fb853 100644
--- a/tdeioslave/fish/nxfish.protocol
+++ b/tdeioslave/fish/nxfish.protocol
@@ -1,5 +1,5 @@
[Protocol]
-exec=kio_fish
+exec=tdeio_fish
protocol=nxfish
input=none
output=filesystem