summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-03 19:56:53 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-03 19:56:53 +0200
commit10fab8b8e0132c7e3a0273751861610a8c55d665 (patch)
tree0b25f14c855f30b479eeb74a77eeea2a3f8fa475 /lib
parentbc2ff3c2cfbb327081b80e731a12fc66523a80b2 (diff)
downloadkchmviewer-10fab8b8e0132c7e3a0273751861610a8c55d665.tar.gz
kchmviewer-10fab8b8e0132c7e3a0273751861610a8c55d665.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am8
-rw-r--r--lib/libchmfile/libchmurlfactory.h2
-rw-r--r--lib/tdeio-msits/Makefile.am (renamed from lib/kio-msits/Makefile.am)2
-rw-r--r--lib/tdeio-msits/kchmviewer.desktop (renamed from lib/kio-msits/kchmviewer.desktop)0
-rwxr-xr-xlib/tdeio-msits/msits.cpp (renamed from lib/kio-msits/msits.cpp)2
-rwxr-xr-xlib/tdeio-msits/msits.h (renamed from lib/kio-msits/msits.h)0
-rwxr-xr-xlib/tdeio-msits/msits.protocol (renamed from lib/kio-msits/msits.protocol)0
7 files changed, 7 insertions, 7 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 696d2a8..fcf2131 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,17 +1,17 @@
if AMC_USE_KDE
-SUBDIR_KIO = kio-msits
+SUBDIR_TDEIO = tdeio-msits
endif
if AMC_BUILD_CHMLIB
SUBDIR_CHMLIB = chmlib
endif
-SUBDIRS = $(SUBDIR_CHMLIB) $(SUBDIR_KIO) libchmfile
-DIST_SUBDIRS = chmlib kio-msits libchmfile
+SUBDIRS = $(SUBDIR_CHMLIB) $(SUBDIR_TDEIO) libchmfile
+DIST_SUBDIRS = chmlib tdeio-msits libchmfile
package-messages:
$(MAKE) -f admin/Makefile.common package-messages
$(MAKE) -C po merge
# Uncomment this line before opening the project in tdevelop for the first time!
-#SUBDIRS = chmlib kio-msits libchmfile
+#SUBDIRS = chmlib tdeio-msits libchmfile
diff --git a/lib/libchmfile/libchmurlfactory.h b/lib/libchmfile/libchmurlfactory.h
index 343ac75..a897138 100644
--- a/lib/libchmfile/libchmurlfactory.h
+++ b/lib/libchmfile/libchmurlfactory.h
@@ -98,7 +98,7 @@ static inline TQString makeURLabsoluteIfNeeded( const TQString & url )
}
-// Returns a special string, which allows the kio-slave, or viewwindow-browser iteraction
+// Returns a special string, which allows the tdeio-slave, or viewwindow-browser iteraction
// to regognize our own internal urls, which is necessary to show image-only pages.
static inline TQString getInternalUriExtension()
{
diff --git a/lib/kio-msits/Makefile.am b/lib/tdeio-msits/Makefile.am
index 9bd5cff..37e1b64 100644
--- a/lib/kio-msits/Makefile.am
+++ b/lib/tdeio-msits/Makefile.am
@@ -5,7 +5,7 @@ kde_module_LTLIBRARIES = tdeio_msits.la
tdeio_msits_la_SOURCES = msits.cpp
tdeio_msits_la_LIBADD = -ltdeio $(CHM_LIBS)
-tdeio_msits_la_LDFLAGS = -module -avoid-version $(KDE_LDFLAGS) $(LIB_QT) $(LIB_KIO) $(LIB_TDECORE) $(KDE_PLUGIN) $(QT_LDFLAGS)
+tdeio_msits_la_LDFLAGS = -module -avoid-version $(KDE_LDFLAGS) $(LIB_QT) $(LIB_TDEIO) $(LIB_TDECORE) $(KDE_PLUGIN) $(QT_LDFLAGS)
protocol_DATA = msits.protocol
protocoldir = $(kde_servicesdir)
diff --git a/lib/kio-msits/kchmviewer.desktop b/lib/tdeio-msits/kchmviewer.desktop
index 31558d8..31558d8 100644
--- a/lib/kio-msits/kchmviewer.desktop
+++ b/lib/tdeio-msits/kchmviewer.desktop
diff --git a/lib/kio-msits/msits.cpp b/lib/tdeio-msits/msits.cpp
index 3e847f1..28d2821 100755
--- a/lib/kio-msits/msits.cpp
+++ b/lib/tdeio-msits/msits.cpp
@@ -191,7 +191,7 @@ bool ProtocolMSITS::parseLoadAndLookup ( const KURL& url, TQString& abspath )
}
/*
- * Shamelessly stolen from a KDE KIO tutorial
+ * Shamelessly stolen from a KDE TDEIO tutorial
*/
static void app_entry(UDSEntry& e, unsigned int uds, const TQString& str)
{
diff --git a/lib/kio-msits/msits.h b/lib/tdeio-msits/msits.h
index 4248908..4248908 100755
--- a/lib/kio-msits/msits.h
+++ b/lib/tdeio-msits/msits.h
diff --git a/lib/kio-msits/msits.protocol b/lib/tdeio-msits/msits.protocol
index bc1d65f..bc1d65f 100755
--- a/lib/kio-msits/msits.protocol
+++ b/lib/tdeio-msits/msits.protocol