diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 8 | ||||
-rw-r--r-- | lib/libchmfile/libchmurlfactory.h | 2 | ||||
-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-x | lib/tdeio-msits/msits.cpp (renamed from lib/kio-msits/msits.cpp) | 2 | ||||
-rwxr-xr-x | lib/tdeio-msits/msits.h (renamed from lib/kio-msits/msits.h) | 0 | ||||
-rwxr-xr-x | lib/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 |