summaryrefslogtreecommitdiffstats
path: root/xparts
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-03 20:02:03 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-03 20:59:03 +0200
commit3771a842be82c729e79a2728d2b39f901da2d865 (patch)
tree1745d38238389a00651e5bbfefde3662dcb50c54 /xparts
parent620f8b9f5d43eb28d25ead69e9fa52626bd91cd8 (diff)
downloadtdebindings-3771a842be82c729e79a2728d2b39f901da2d865.tar.gz
tdebindings-3771a842be82c729e79a2728d2b39f901da2d865.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'xparts')
-rw-r--r--xparts/doc/tdeparts.fig2
-rw-r--r--xparts/doc/xparts.html2
-rw-r--r--xparts/src/kde/Makefile.am2
3 files changed, 3 insertions, 3 deletions
diff --git a/xparts/doc/tdeparts.fig b/xparts/doc/tdeparts.fig
index 38beb64b..ab45ba9c 100644
--- a/xparts/doc/tdeparts.fig
+++ b/xparts/doc/tdeparts.fig
@@ -59,7 +59,7 @@ Single
4 0 0 100 0 16 12 0.0000 4 180 1155 5400 2025 query service\001
4 0 0 100 0 0 12 0.0000 4 180 750 7650 3600 KSyCoCa\001
4 0 0 100 0 16 12 0.0000 4 135 660 6525 3600 TDETrader\001
-4 0 0 100 0 16 12 0.0000 4 135 315 7200 2925 KIO\001
+4 0 0 100 0 16 12 0.0000 4 135 315 7200 2925 TDEIO\001
4 0 0 100 0 0 12 0.0000 4 105 480 1575 3375 create\001
4 0 0 100 0 16 12 0.0000 4 135 450 1575 4725 KPart\001
4 0 0 100 0 0 12 0.0000 4 135 450 2925 4725 KPart\001
diff --git a/xparts/doc/xparts.html b/xparts/doc/xparts.html
index 627c85f7..066363bc 100644
--- a/xparts/doc/xparts.html
+++ b/xparts/doc/xparts.html
@@ -30,7 +30,7 @@
<p>Imagine an application - for example the integrated file manager
"Konqueror" - wants to utilize a component that handles the
- "text/html" mimetype. It therefore asks the trader of the KIO
+ "text/html" mimetype. It therefore asks the trader of the TDEIO
subsystem whether such a service is available and where. The
trader uses the system configuration cache to localize an
appropriate service that fits with the user's preferences. The
diff --git a/xparts/src/kde/Makefile.am b/xparts/src/kde/Makefile.am
index 48e2e15d..9b70542e 100644
--- a/xparts/src/kde/Makefile.am
+++ b/xparts/src/kde/Makefile.am
@@ -5,7 +5,7 @@ lib_LTLIBRARIES = libkdexparts.la
libkdexparts_la_SOURCES = xparthost_kpart.cpp xparthost.skel xpart.stub \
kbrowsersignals.cpp xbrowsersignals.skel xbrowserextension.stub
-libkdexparts_la_LIBADD = $(LIB_KPARTS) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) -lDCOP
+libkdexparts_la_LIBADD = $(LIB_TDEPARTS) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) -lDCOP
libkdexparts_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 1:0
xpart_DIR=$(srcdir)/../interfaces