summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-03 19:57:57 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-03 19:57:57 +0200
commitc6220ec1fca1efbfa24dd18d51cc723ecf2c2934 (patch)
tree785683348dd5d3f62b8e28e39e926303dfd0ca62
parent08034ff31e0282c677ea55b34cdef4802855fa96 (diff)
downloadkonversation-c6220ec1.tar.gz
konversation-c6220ec1.zip
Additional k => tde renaming and fixes
-rw-r--r--acinclude.m424
m---------admin0
-rw-r--r--konversation/src/Makefile.am4
-rw-r--r--konversation/src/dccresumedialog.cpp4
-rw-r--r--konversation/src/dcctransfer.h2
-rw-r--r--konversation/src/dcctransferrecv.cpp6
-rw-r--r--konversation/src/dcctransferrecv.h2
-rw-r--r--konversation/src/linkaddressbook/addresseeitem.h2
-rw-r--r--konversation/src/nickinfo.h2
-rw-r--r--konversation/src/nicklistbehavior_preferencesui.ui2
-rw-r--r--konversation/src/nicksonline.cpp20
-rw-r--r--konversation/src/nicksonline.h2
-rw-r--r--po/ar/konversation.po8
-rw-r--r--po/bg/konversation.po8
-rw-r--r--po/ca/konversation.po10
-rw-r--r--po/da/konversation.po4
-rw-r--r--po/de/konversation.po10
-rw-r--r--po/el/konversation.po8
-rw-r--r--po/en_GB/konversation.po8
-rw-r--r--po/es/konversation.po8
-rw-r--r--po/et/konversation.po8
-rw-r--r--po/fi/konversation.po8
-rw-r--r--po/fr/konversation.po8
-rw-r--r--po/gl/konversation.po8
-rw-r--r--po/he/konversation.po8
-rw-r--r--po/hu/konversation.po8
-rw-r--r--po/it/konversation.po10
-rw-r--r--po/ja/konversation.po8
-rw-r--r--po/ka/konversation.po8
-rw-r--r--po/ko/konversation.po12
-rw-r--r--po/pa/konversation.po6
-rw-r--r--po/pt/konversation.po8
-rw-r--r--po/ru/konversation.po8
-rw-r--r--po/sr/konversation.po10
-rw-r--r--po/sr@Latn/konversation.po10
-rw-r--r--po/sv/konversation.po4
-rw-r--r--po/tr/konversation.po8
-rw-r--r--po/zh_CN/konversation.po8
-rw-r--r--po/zh_TW/konversation.po8
39 files changed, 145 insertions, 145 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index e57c056..6d751d2 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -2085,35 +2085,35 @@ if test $kde_qtver = 3; then
AC_SUBST(LIB_KDED, $lib_kded)
AC_SUBST(LIB_TDECORE, "-ltdecore")
AC_SUBST(LIB_TDEUI, "-ltdeui")
- AC_SUBST(LIB_KIO, "-ltdeio")
+ AC_SUBST(LIB_TDEIO, "-ltdeio")
AC_SUBST(LIB_KJS, "-lkjs")
AC_SUBST(LIB_SMB, "-lsmb")
AC_SUBST(LIB_KAB, "-lkab")
AC_SUBST(LIB_TDEABC, "-ltdeabc")
AC_SUBST(LIB_TDEHTML, "-ltdehtml")
- AC_SUBST(LIB_KSPELL, "-ltdespell")
- AC_SUBST(LIB_KPARTS, "-ltdeparts")
+ AC_SUBST(LIB_TDESPELL, "-ltdespell")
+ AC_SUBST(LIB_TDEPARTS, "-ltdeparts")
AC_SUBST(LIB_TDEPRINT, "-ltdeprint")
- AC_SUBST(LIB_KUTILS, "-ltdeutils")
+ AC_SUBST(LIB_TDEUTILS, "-ltdeutils")
AC_SUBST(LIB_TDEPIM, "-ltdepim")
- AC_SUBST(LIB_KIMPROXY, "-ltdeimproxy")
+ AC_SUBST(LIB_TDEIMPROXY, "-ltdeimproxy")
AC_SUBST(LIB_KNEWSTUFF, "-lknewstuff")
- AC_SUBST(LIB_KDNSSD, "-ltdednssd")
- AC_SUBST(LIB_KUNITTEST, "-ltdeunittest")
+ AC_SUBST(LIB_TDEDNSSD, "-ltdednssd")
+ AC_SUBST(LIB_TDEUNITTEST, "-ltdeunittest")
# these are for backward compatibility
- AC_SUBST(LIB_KSYCOCA, "-ltdeio")
+ AC_SUBST(LIB_TDESYCOCA, "-ltdeio")
AC_SUBST(LIB_TDEFILE, "-ltdeio")
elif test $kde_qtver = 2; then
AC_SUBST(LIB_TDECORE, "-ltdecore")
AC_SUBST(LIB_TDEUI, "-ltdeui")
- AC_SUBST(LIB_KIO, "-ltdeio")
- AC_SUBST(LIB_KSYCOCA, "-ltdesycoca")
+ AC_SUBST(LIB_TDEIO, "-ltdeio")
+ AC_SUBST(LIB_TDESYCOCA, "-ltdesycoca")
AC_SUBST(LIB_SMB, "-lsmb")
AC_SUBST(LIB_TDEFILE, "-ltdefile")
AC_SUBST(LIB_KAB, "-lkab")
AC_SUBST(LIB_TDEHTML, "-ltdehtml")
- AC_SUBST(LIB_KSPELL, "-ltdespell")
- AC_SUBST(LIB_KPARTS, "-ltdeparts")
+ AC_SUBST(LIB_TDESPELL, "-ltdespell")
+ AC_SUBST(LIB_TDEPARTS, "-ltdeparts")
AC_SUBST(LIB_TDEPRINT, "-ltdeprint")
else
AC_SUBST(LIB_TDECORE, "-ltdecore -lXext $(LIB_QT)")
diff --git a/admin b/admin
-Subproject b4d585c643d92787bfa17b935ce00b09960ee36
+Subproject 6b7f7225eff4c49b2dd71804d5fdacb03efcf46
diff --git a/konversation/src/Makefile.am b/konversation/src/Makefile.am
index 83ee4ea..6f370fa 100644
--- a/konversation/src/Makefile.am
+++ b/konversation/src/Makefile.am
@@ -33,7 +33,7 @@ konversation_SOURCES = konviface.skel konviconfigdialog.cpp konversationstatusba
connectionsettings.cpp connectionmanager.cpp awaymanager.cpp
konversation_COMPILE_FIRST = config/preferences_base.h
-konversation_LDADD = $(LIB_KIO) $(LIB_XSS) $(LIB_TDEABC) $(LIB_KIMIFACE) linkaddressbook/liblinkaddressbookui.la blowfish/libblowfish.la config/libkonversationconfig.la
+konversation_LDADD = $(LIB_TDEIO) $(LIB_XSS) $(LIB_TDEABC) $(LIB_KIMIFACE) linkaddressbook/liblinkaddressbookui.la blowfish/libblowfish.la config/libkonversationconfig.la
xdg_apps_DATA = konversation.desktop
@@ -41,7 +41,7 @@ xdg_apps_DATA = konversation.desktop
INCLUDES= -Ilinkaddressbook -I$(srcdir)/linkaddressbook -Iblowfish -I$(srcdir)/blowfish\
-Iconfig -I$(srcdir)/config $(all_includes)
# the library search path.
-konversation_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
+konversation_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
rcdir = $(kde_datadir)/konversation
rc_DATA = konversationui.rc eventsrc
diff --git a/konversation/src/dccresumedialog.cpp b/konversation/src/dccresumedialog.cpp
index 97d14a7..ecd81ce 100644
--- a/konversation/src/dccresumedialog.cpp
+++ b/konversation/src/dccresumedialog.cpp
@@ -142,8 +142,8 @@ void DccResumeDialog::updateDialogButtons() // slot
}
}
-// FIXME: kio-fy me!
-// taken and adapted from kio::renamedlg.cpp
+// FIXME: tdeio-fy me!
+// taken and adapted from tdeio::renamedlg.cpp
void DccResumeDialog::suggestNewName() // slot
{
TQString dotSuffix, suggestedName;
diff --git a/konversation/src/dcctransfer.h b/konversation/src/dcctransfer.h
index 25385bc..a504f38 100644
--- a/konversation/src/dcctransfer.h
+++ b/konversation/src/dcctransfer.h
@@ -43,7 +43,7 @@ class DccTransfer : public TQObject
{
Configuring = 0, // Not queud yet (this means that user can't see the item at this time)
Queued, // Newly added DCC, waiting user's response
- Preparing, // Opening KIO to write received data
+ Preparing, // Opening TDEIO to write received data
WaitingRemote, // Waiting for remote host's response
Connecting, // RECV: trying to connect to the server
Transferring,
diff --git a/konversation/src/dcctransferrecv.cpp b/konversation/src/dcctransferrecv.cpp
index 536eab0..00a98ed 100644
--- a/konversation/src/dcctransferrecv.cpp
+++ b/konversation/src/dcctransferrecv.cpp
@@ -281,7 +281,7 @@ void DccTransferRecv::prepareLocalKio( bool overwrite, bool resume, TDEIO::fileo
if ( !transferJob )
{
kdDebug() << "DccTransferRecv::prepareLocalKio(): TDEIO::put() returned NULL. what happened?" << endl;
- failed( i18n( "Could not create a KIO instance" ) );
+ failed( i18n( "Could not create a TDEIO instance" ) );
return;
}
@@ -642,7 +642,7 @@ void DccTransferRecv::slotLocalWriteDone() // <-WriteCacheHandler::done()
void DccTransferRecv::slotLocalGotWriteError( const TQString& errorString )
{
kdDebug() << "DccTransferRecv::slotLocalGotWriteError()" << endl;
- failed( i18n( "KIO error: %1" ).arg( errorString ) );
+ failed( i18n( "TDEIO error: %1" ).arg( errorString ) );
}
void DccTransferRecv::startConnectionTimer( int sec )
@@ -736,7 +736,7 @@ bool DccTransferRecvWriteCacheHandler::write( bool force )
void DccTransferRecvWriteCacheHandler::close() // public
{
kdDebug() << "DTRWriteCacheHandler::close()" << endl;
- write( true ); // write once if kio is ready to write
+ write( true ); // write once if tdeio is ready to write
m_transferJob->setAsyncDataEnabled( m_writeAsyncMode = false );
kdDebug() << "DTRWriteCacheHandler::close(): switched to synchronized mode." << endl;
kdDebug() << "DTRWriteCacheHandler::close(): flushing... (remaining caches: " << m_cacheList.count() << ")" << endl;
diff --git a/konversation/src/dcctransferrecv.h b/konversation/src/dcctransferrecv.h
index ceb6fde..4d267bd 100644
--- a/konversation/src/dcctransferrecv.h
+++ b/konversation/src/dcctransferrecv.h
@@ -81,7 +81,7 @@ class DccTransferRecv : public DccTransfer
void startResume( unsigned long position );
protected slots:
- // Local KIO
+ // Local TDEIO
void slotLocalCanResume( TDEIO::Job* job, TDEIO::filesize_t size );
void slotLocalGotResult( TDEIO::Job* job );
void slotLocalReady( TDEIO::Job* job );
diff --git a/konversation/src/linkaddressbook/addresseeitem.h b/konversation/src/linkaddressbook/addresseeitem.h
index 1b7d93b..42d9d44 100644
--- a/konversation/src/linkaddressbook/addresseeitem.h
+++ b/konversation/src/linkaddressbook/addresseeitem.h
@@ -1,5 +1,5 @@
/*
- This file is part of libkabc.
+ This file is part of libtdeabc.
Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org>
This library is free software; you can redistribute it and/or
diff --git a/konversation/src/nickinfo.h b/konversation/src/nickinfo.h
index fbfa5c2..66bd96b 100644
--- a/konversation/src/nickinfo.h
+++ b/konversation/src/nickinfo.h
@@ -72,7 +72,7 @@ class NickInfo : public TQObject, public TDEShared
/// Return the Server object that owns this NickInfo object.
Server* getServer() const;
- /// Return the kabc (kaddressbook) contact for this nick
+ /// Return the tdeabc (kaddressbook) contact for this nick
TDEABC::Addressee getAddressee() const;
/** Set properties of NickInfo object. */
diff --git a/konversation/src/nicklistbehavior_preferencesui.ui b/konversation/src/nicklistbehavior_preferencesui.ui
index 7d8335f..1b0b673 100644
--- a/konversation/src/nicklistbehavior_preferencesui.ui
+++ b/konversation/src/nicklistbehavior_preferencesui.ui
@@ -154,7 +154,7 @@ the Free Software Foundation; either version 2 of the License, or
<layoutdefaults spacing="6" margin="11"/>
<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
<includehints>
- <includehint>klistview.h</includehint>
+ <includehint>tdelistview.h</includehint>
<includehint>klineedit.h</includehint>
</includehints>
</UI>
diff --git a/konversation/src/nicksonline.cpp b/konversation/src/nicksonline.cpp
index 68ccf2a..496e178 100644
--- a/konversation/src/nicksonline.cpp
+++ b/konversation/src/nicksonline.cpp
@@ -59,7 +59,7 @@ NicksOnline::NicksOnline(TQWidget* parent): ChatWindow(parent)
m_whoisRequested = true;
m_nickListView->addColumn(i18n("Network/Nickname/Channel"));
- m_kabcIconSet = TDEGlobal::iconLoader()->loadIconSet("kaddressbook",TDEIcon::Small);
+ m_tdeabcIconSet = TDEGlobal::iconLoader()->loadIconSet("kaddressbook",TDEIcon::Small);
m_nickListView->addColumn(i18n("Additional Information"));
m_nickListView->setFullWidth(true);
m_nickListView->setRootIsDecorated(true);
@@ -109,20 +109,20 @@ NicksOnline::NicksOnline(TQWidget* parent): ChatWindow(parent)
"Click to create, view, or edit the KAddressBook entry associated with the nickname "
"selected above.");
TQWhatsThis::add(m_editContactButton, editContactButtonWT);
- m_editContactButton->setIconSet(m_kabcIconSet);
+ m_editContactButton->setIconSet(m_tdeabcIconSet);
m_changeAssociationButton = new TQPushButton(i18n("&Change Association..."),
buttonBox, "nicksonline_changeassociation_button");
TQString changeAssociationButtonWT = i18n(
"Click to associate the nickname selected above with an entry in KAddressBook.");
TQWhatsThis::add(m_changeAssociationButton, changeAssociationButtonWT);
- m_changeAssociationButton->setIconSet(m_kabcIconSet);
+ m_changeAssociationButton->setIconSet(m_tdeabcIconSet);
m_deleteAssociationButton = new TQPushButton(i18n("&Delete Association"),
buttonBox, "nicksonline_deleteassociation_button");
TQString deleteAssociationButtonWT = i18n(
"Click to remove the association between the nickname selected above and a "
"KAddressBook entry.");
TQWhatsThis::add(m_deleteAssociationButton, deleteAssociationButtonWT);
- m_deleteAssociationButton->setIconSet(m_kabcIconSet);
+ m_deleteAssociationButton->setIconSet(m_tdeabcIconSet);
connect(m_editContactButton, TQT_SIGNAL(clicked()),
this, TQT_SLOT(slotEditContactButton_Clicked()));
@@ -333,10 +333,10 @@ void NicksOnline::updateServerOnlineList(Server* servr)
}
// Set Kabc icon if the nick is associated with an addressbook entry.
if (!addressee.isEmpty())
- nickRoot->setPixmap(nlvcKabc, m_kabcIconSet.pixmap(
+ nickRoot->setPixmap(nlvcKabc, m_tdeabcIconSet.pixmap(
TQIconSet::Small, TQIconSet::Normal, TQIconSet::On));
else
- nickRoot->setPixmap(nlvcKabc, m_kabcIconSet.pixmap(
+ nickRoot->setPixmap(nlvcKabc, m_tdeabcIconSet.pixmap(
TQIconSet::Small, TQIconSet::Disabled, TQIconSet::Off));
TQStringList channelList = server->getNickChannels(nickname);
@@ -405,10 +405,10 @@ void NicksOnline::updateServerOnlineList(Server* servr)
nickRoot->setText(nlvcAdditionalInfo, nickAdditionalInfo);
// Set Kabc icon if the nick is associated with an addressbook entry.
if (!addressee.isEmpty())
- nickRoot->setPixmap(nlvcKabc, m_kabcIconSet.pixmap(
+ nickRoot->setPixmap(nlvcKabc, m_tdeabcIconSet.pixmap(
TQIconSet::Small, TQIconSet::Normal, TQIconSet::On));
else
- nickRoot->setPixmap(nlvcKabc, m_kabcIconSet.pixmap(
+ nickRoot->setPixmap(nlvcKabc, m_tdeabcIconSet.pixmap(
TQIconSet::Small, TQIconSet::Disabled, TQIconSet::Off));
}
}
@@ -948,12 +948,12 @@ void NicksOnline::refreshItem(TQListViewItem* item)
break;
case nsNoAddress:
{
- item->setPixmap(nlvcKabc, m_kabcIconSet.pixmap(
+ item->setPixmap(nlvcKabc, m_tdeabcIconSet.pixmap(
TQIconSet::Small, TQIconSet::Disabled, TQIconSet::Off)); break;
}
case nsHasAddress:
{
- item->setPixmap(nlvcKabc, m_kabcIconSet.pixmap(
+ item->setPixmap(nlvcKabc, m_tdeabcIconSet.pixmap(
TQIconSet::Small, TQIconSet::Normal, TQIconSet::On)); break;
}
}
diff --git a/konversation/src/nicksonline.h b/konversation/src/nicksonline.h
index 4581b2c..414c774 100644
--- a/konversation/src/nicksonline.h
+++ b/konversation/src/nicksonline.h
@@ -254,7 +254,7 @@ class NicksOnline : public ChatWindow
// Timer for refreshing display and generating WHOISes.
TQTimer* m_timer;
// Addressbook icon.
- TQIconSet m_kabcIconSet;
+ TQIconSet m_tdeabcIconSet;
/* Set to False every 8 seconds so that we generate a WHOIS on watch nicks that
lack information.*/
bool m_whoisRequested;
diff --git a/po/ar/konversation.po b/po/ar/konversation.po
index 55b9b90..6a6fb09 100644
--- a/po/ar/konversation.po
+++ b/po/ar/konversation.po
@@ -4096,8 +4096,8 @@ msgid "<b>Cannot create the folder.</b><br>Folder: %1<br>"
msgstr "<b>لا يمكن إنشاء المجلد.</b><br>المجلد: %1<br>"
#: src/dcctransferrecv.cpp:284
-msgid "Could not create a KIO instance"
-msgstr "لا يمكن إنشاء شاهد ل‍ KIO"
+msgid "Could not create a TDEIO instance"
+msgstr "لا يمكن إنشاء شاهد ل‍ TDEIO"
#: src/dcctransferrecv.cpp:353
#, fuzzy
@@ -4150,8 +4150,8 @@ msgstr "خطا نقل"
#: src/dcctransferrecv.cpp:645
#, c-format
-msgid "KIO error: %1"
-msgstr "خطأ KIO: %1"
+msgid "TDEIO error: %1"
+msgstr "خطأ TDEIO: %1"
#: src/query.cpp:68
msgid ""
diff --git a/po/bg/konversation.po b/po/bg/konversation.po
index 1d29ea7..2d332ae 100644
--- a/po/bg/konversation.po
+++ b/po/bg/konversation.po
@@ -4144,8 +4144,8 @@ msgid "<b>Cannot create the folder.</b><br>Folder: %1<br>"
msgstr "<b>Не може да бъде създадена папка.</b><br>Папка: %1<br>"
#: src/dcctransferrecv.cpp:284
-msgid "Could not create a KIO instance"
-msgstr "Не може да бъде създаден обект KIO"
+msgid "Could not create a TDEIO instance"
+msgstr "Не може да бъде създаден обект TDEIO"
#: src/dcctransferrecv.cpp:353
msgid "<b>The file is used by another transfer.</b><br>%1<br>"
@@ -4202,8 +4202,8 @@ msgstr "Грешка при прехвърляне"
#: src/dcctransferrecv.cpp:645
#, c-format
-msgid "KIO error: %1"
-msgstr "KIO грешка: %1"
+msgid "TDEIO error: %1"
+msgstr "TDEIO грешка: %1"
#: src/query.cpp:68
msgid ""
diff --git a/po/ca/konversation.po b/po/ca/konversation.po
index a262e46..826cc55 100644
--- a/po/ca/konversation.po
+++ b/po/ca/konversation.po
@@ -6,7 +6,7 @@ msgstr ""
"POT-Creation-Date: 2008-07-24 08:36+0200\n"
"PO-Revision-Date: 2006-08-28 23:34+0200\n"
"Last-Translator: Albert Astals Cid <aacid@kde.org>\n"
-"Language-Team: Catalan <tde-i18n-ca@kde.org>\n"
+"Language-Team: Catalan <kde-i18n-ca@kde.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -3999,8 +3999,8 @@ msgid "<b>Cannot create the folder.</b><br>Folder: %1<br>"
msgstr "<b>No s'ha pogut crear la carpeta.</b><br>Carpeta: %1<br>"
#: src/dcctransferrecv.cpp:284
-msgid "Could not create a KIO instance"
-msgstr "No s'ha pogut crear una instància KIO"
+msgid "Could not create a TDEIO instance"
+msgstr "No s'ha pogut crear una instància TDEIO"
#: src/dcctransferrecv.cpp:353
msgid "<b>The file is used by another transfer.</b><br>%1<br>"
@@ -4056,8 +4056,8 @@ msgstr "Error a la transferència"
#: src/dcctransferrecv.cpp:645
#, c-format
-msgid "KIO error: %1"
-msgstr "Error de KIO: %1"
+msgid "TDEIO error: %1"
+msgstr "Error de TDEIO: %1"
#: src/query.cpp:68
msgid ""
diff --git a/po/da/konversation.po b/po/da/konversation.po
index 4316d5d..2e5dada 100644
--- a/po/da/konversation.po
+++ b/po/da/konversation.po
@@ -4112,7 +4112,7 @@ msgid "<b>Cannot create the folder.</b><br>Folder: %1<br>"
msgstr "<b>Kan ikke oprette mappen.</b><br>Mappe: %1<br>"
#: src/dcctransferrecv.cpp:284
-msgid "Could not create a KIO instance"
+msgid "Could not create a TDEIO instance"
msgstr "Kunne ikke oprette en I/O-slave-udgave"
#: src/dcctransferrecv.cpp:353
@@ -4167,7 +4167,7 @@ msgstr "Overførselsfejl"
#: src/dcctransferrecv.cpp:645
#, c-format
-msgid "KIO error: %1"
+msgid "TDEIO error: %1"
msgstr "I/O-fejl: %1"
#: src/query.cpp:68
diff --git a/po/de/konversation.po b/po/de/konversation.po
index 6045cf4..235f12f 100644
--- a/po/de/konversation.po
+++ b/po/de/konversation.po
@@ -17,7 +17,7 @@ msgstr ""
"POT-Creation-Date: 2008-07-24 08:36+0200\n"
"PO-Revision-Date: 2008-07-14 08:07+0200\n"
"Last-Translator: Frederik Schwarzer <schwarzerf@gmail.com>\n"
-"Language-Team: German <tde-i18n-de@kde.org>\n"
+"Language-Team: German <kde-i18n-de@kde.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -4175,8 +4175,8 @@ msgid "<b>Cannot create the folder.</b><br>Folder: %1<br>"
msgstr "<b>Der Ordner lässt sich nicht erstellen.</b><br>Ordner: %1<br>"
#: src/dcctransferrecv.cpp:284
-msgid "Could not create a KIO instance"
-msgstr "Es war nicht möglich, eine KIO-Instanz zu erzeugen."
+msgid "Could not create a TDEIO instance"
+msgstr "Es war nicht möglich, eine TDEIO-Instanz zu erzeugen."
#: src/dcctransferrecv.cpp:353
msgid "<b>The file is used by another transfer.</b><br>%1<br>"
@@ -4238,8 +4238,8 @@ msgstr "Übertragungsfehler"
#: src/dcctransferrecv.cpp:645
#, c-format
-msgid "KIO error: %1"
-msgstr "KIO-Fehler: %1"
+msgid "TDEIO error: %1"
+msgstr "TDEIO-Fehler: %1"
#: src/query.cpp:68
msgid ""
diff --git a/po/el/konversation.po b/po/el/konversation.po
index 84e440d..269aa15 100644
--- a/po/el/konversation.po
+++ b/po/el/konversation.po
@@ -4200,8 +4200,8 @@ msgid "<b>Cannot create the folder.</b><br>Folder: %1<br>"
msgstr "<b>Αδυναμία δημιουργίας του φακέλου.</b><br>Φάκελος: %1<br>"
#: src/dcctransferrecv.cpp:284
-msgid "Could not create a KIO instance"
-msgstr "Αδύνατη η δημιουργία μιας διεργασίας KIO"
+msgid "Could not create a TDEIO instance"
+msgstr "Αδύνατη η δημιουργία μιας διεργασίας TDEIO"
#: src/dcctransferrecv.cpp:353
msgid "<b>The file is used by another transfer.</b><br>%1<br>"
@@ -4260,8 +4260,8 @@ msgstr "Σφάλμα μεταφοράς δεδομένων"
#: src/dcctransferrecv.cpp:645
#, c-format
-msgid "KIO error: %1"
-msgstr "Σφάλμα KIO: %1"
+msgid "TDEIO error: %1"
+msgstr "Σφάλμα TDEIO: %1"
#: src/query.cpp:68
msgid ""
diff --git a/po/en_GB/konversation.po b/po/en_GB/konversation.po
index 05e8a0c..cede6e7 100644
--- a/po/en_GB/konversation.po
+++ b/po/en_GB/konversation.po
@@ -4251,8 +4251,8 @@ msgid "<b>Cannot create the folder.</b><br>Folder: %1<br>"
msgstr "<b>Cannot create the folder.</b><br>Folder: %1<br>"
#: src/dcctransferrecv.cpp:284
-msgid "Could not create a KIO instance"
-msgstr "Could not create a KIO instance"
+msgid "Could not create a TDEIO instance"
+msgstr "Could not create a TDEIO instance"
#: src/dcctransferrecv.cpp:353
#, fuzzy
@@ -4311,8 +4311,8 @@ msgstr "Transferring error"
#: src/dcctransferrecv.cpp:645
#, c-format
-msgid "KIO error: %1"
-msgstr "KIO error: %1"
+msgid "TDEIO error: %1"
+msgstr "TDEIO error: %1"
#: src/query.cpp:68
msgid ""
diff --git a/po/es/konversation.po b/po/es/konversation.po
index 14ed716..53b3e76 100644
--- a/po/es/konversation.po
+++ b/po/es/konversation.po
@@ -4165,8 +4165,8 @@ msgid "<b>Cannot create the folder.</b><br>Folder: %1<br>"
msgstr "<b>No se puede crear la carpeta.</b><br>Carpeta: %1<br>"
#: src/dcctransferrecv.cpp:284
-msgid "Could not create a KIO instance"
-msgstr "No se ha podido crear una instancia KIO"
+msgid "Could not create a TDEIO instance"
+msgstr "No se ha podido crear una instancia TDEIO"
#: src/dcctransferrecv.cpp:353
msgid "<b>The file is used by another transfer.</b><br>%1<br>"
@@ -4225,8 +4225,8 @@ msgstr "Error de transferencia"
#: src/dcctransferrecv.cpp:645
#, c-format
-msgid "KIO error: %1"
-msgstr "Error de KIO: %1"
+msgid "TDEIO error: %1"
+msgstr "Error de TDEIO: %1"
#: src/query.cpp:68
msgid ""
diff --git a/po/et/konversation.po b/po/et/konversation.po
index 0965ed8..bb20dd6 100644
--- a/po/et/konversation.po
+++ b/po/et/konversation.po
@@ -4084,8 +4084,8 @@ msgid "<b>Cannot create the folder.</b><br>Folder: %1<br>"
msgstr "<b>Kataloogi loomine ebaõnnestus.</b><br>Kataloog: %1<br>"
#: src/dcctransferrecv.cpp:284
-msgid "Could not create a KIO instance"
-msgstr "KIO protsessi loomine ebaõnnestus"
+msgid "Could not create a TDEIO instance"
+msgstr "TDEIO protsessi loomine ebaõnnestus"
#: src/dcctransferrecv.cpp:353
msgid "<b>The file is used by another transfer.</b><br>%1<br>"
@@ -4142,8 +4142,8 @@ msgstr "Edastamise viga"
#: src/dcctransferrecv.cpp:645
#, c-format
-msgid "KIO error: %1"
-msgstr "KIO viga: %1"
+msgid "TDEIO error: %1"
+msgstr "TDEIO viga: %1"
#: src/query.cpp:68
msgid ""
diff --git a/po/fi/konversation.po b/po/fi/konversation.po
index 629ce06..c029e11 100644
--- a/po/fi/konversation.po
+++ b/po/fi/konversation.po
@@ -4278,8 +4278,8 @@ msgid "<b>Cannot create the folder.</b><br>Folder: %1<br>"
msgstr "<b>Kansio luominen ei onnistunut.</b><br>Kansio: %1<br>"
#: src/dcctransferrecv.cpp:284
-msgid "Could not create a KIO instance"
-msgstr "KIO-ilmentymän luominen ei onnistunut"
+msgid "Could not create a TDEIO instance"
+msgstr "TDEIO-ilmentymän luominen ei onnistunut"
#: src/dcctransferrecv.cpp:353
#, fuzzy
@@ -4338,8 +4338,8 @@ msgstr "Siirtovirhe"
#: src/dcctransferrecv.cpp:645
#, c-format
-msgid "KIO error: %1"
-msgstr "KIO-virhe: %1"
+msgid "TDEIO error: %1"
+msgstr "TDEIO-virhe: %1"
#: src/query.cpp:68
msgid ""
diff --git a/po/fr/konversation.po b/po/fr/konversation.po
index 652904e..58a3102 100644
--- a/po/fr/konversation.po
+++ b/po/fr/konversation.po
@@ -4208,8 +4208,8 @@ msgid "<b>Cannot create the folder.</b><br>Folder: %1<br>"
msgstr "<b>Impossible de créer le dossier.</b><br>Dossier : %1<br>"
#: src/dcctransferrecv.cpp:284
-msgid "Could not create a KIO instance"
-msgstr "Impossible de créer une instance KIO"
+msgid "Could not create a TDEIO instance"
+msgstr "Impossible de créer une instance TDEIO"
#: src/dcctransferrecv.cpp:353
msgid "<b>The file is used by another transfer.</b><br>%1<br>"
@@ -4268,8 +4268,8 @@ msgstr "Erreur de transfert"
#: src/dcctransferrecv.cpp:645
#, c-format
-msgid "KIO error: %1"
-msgstr "Erreur KIO : %1"
+msgid "TDEIO error: %1"
+msgstr "Erreur TDEIO : %1"
#: src/query.cpp:68
msgid ""
diff --git a/po/gl/konversation.po b/po/gl/konversation.po
index 5992fcf..d188f5b 100644
--- a/po/gl/konversation.po
+++ b/po/gl/konversation.po
@@ -4172,8 +4172,8 @@ msgid "<b>Cannot create the folder.</b><br>Folder: %1<br>"
msgstr "<b>Non foi posíbel criar o cartafol</b><br>Cartafol %1<br>"
#: src/dcctransferrecv.cpp:284
-msgid "Could not create a KIO instance"
-msgstr "Non foi posíbel criar unha instancia KIO"
+msgid "Could not create a TDEIO instance"
+msgstr "Non foi posíbel criar unha instancia TDEIO"
#: src/dcctransferrecv.cpp:353
msgid "<b>The file is used by another transfer.</b><br>%1<br>"
@@ -4229,8 +4229,8 @@ msgstr "Erro de transferéncia"
#: src/dcctransferrecv.cpp:645
#, c-format
-msgid "KIO error: %1"
-msgstr "Erro do KIO: %1"
+msgid "TDEIO error: %1"
+msgstr "Erro do TDEIO: %1"
#: src/query.cpp:68
msgid ""
diff --git a/po/he/konversation.po b/po/he/konversation.po
index 4373605..014b856 100644
--- a/po/he/konversation.po
+++ b/po/he/konversation.po
@@ -3880,8 +3880,8 @@ msgid "<b>Cannot create the folder.</b><br>Folder: %1<br>"
msgstr "<b>אין אפשרות ליצור את התיקייה.</b><br>תיקייה: %1<br>"
#: src/dcctransferrecv.cpp:284
-msgid "Could not create a KIO instance"
-msgstr "לא יכול ליצור מופע של KIO"
+msgid "Could not create a TDEIO instance"
+msgstr "לא יכול ליצור מופע של TDEIO"
#: src/dcctransferrecv.cpp:353
msgid "<b>The file is used by another transfer.</b><br>%1<br>"
@@ -3933,8 +3933,8 @@ msgstr "שגיאת העברה"
#: src/dcctransferrecv.cpp:645
#, c-format
-msgid "KIO error: %1"
-msgstr "KIO error: %1"
+msgid "TDEIO error: %1"
+msgstr "TDEIO error: %1"
#: src/query.cpp:68
msgid ""
diff --git a/po/hu/konversation.po b/po/hu/konversation.po
index e94b15c..a0220fa 100644
--- a/po/hu/konversation.po
+++ b/po/hu/konversation.po
@@ -4211,8 +4211,8 @@ msgid "<b>Cannot create the folder.</b><br>Folder: %1<br>"
msgstr "<b>Nem lehet a mappát létrehozni.</b><br>Mappa: %1<br>"
#: src/dcctransferrecv.cpp:284
-msgid "Could not create a KIO instance"
-msgstr "Nem lehetett KIO példányt létrehozni"
+msgid "Could not create a TDEIO instance"
+msgstr "Nem lehetett TDEIO példányt létrehozni"
#: src/dcctransferrecv.cpp:353
#, fuzzy
@@ -4269,8 +4269,8 @@ msgstr "Átviteli hiba"
#: src/dcctransferrecv.cpp:645
#, c-format
-msgid "KIO error: %1"
-msgstr "KIO hiba: %1"
+msgid "TDEIO error: %1"
+msgstr "TDEIO hiba: %1"
#: src/query.cpp:68
msgid ""
diff --git a/po/it/konversation.po b/po/it/konversation.po
index 71a4ea2..dcf60be 100644
--- a/po/it/konversation.po
+++ b/po/it/konversation.po
@@ -11,7 +11,7 @@ msgstr ""
"POT-Creation-Date: 2008-07-24 08:36+0200\n"
"PO-Revision-Date: 2008-08-06 09:09+0200\n"
"Last-Translator: Federico Zenith <federico.zenith@member.fsf.org>\n"
-"Language-Team: Italian <tde-i18n-it@kde.org>\n"
+"Language-Team: Italian <kde-i18n-it@kde.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -4114,8 +4114,8 @@ msgid "<b>Cannot create the folder.</b><br>Folder: %1<br>"
msgstr "<b>Impossibile creare la cartella.</b><br>Cartella: %1<br>"
#: src/dcctransferrecv.cpp:284
-msgid "Could not create a KIO instance"
-msgstr "Impossibile creare un'istanza di KIO"
+msgid "Could not create a TDEIO instance"
+msgstr "Impossibile creare un'istanza di TDEIO"
#: src/dcctransferrecv.cpp:353
msgid "<b>The file is used by another transfer.</b><br>%1<br>"
@@ -4173,8 +4173,8 @@ msgstr "Errore di trasferimento"
#: src/dcctransferrecv.cpp:645
#, c-format
-msgid "KIO error: %1"
-msgstr "Errore KIO: %1"
+msgid "TDEIO error: %1"
+msgstr "Errore TDEIO: %1"
#: src/query.cpp:68
msgid ""
diff --git a/po/ja/konversation.po b/po/ja/konversation.po
index d8c37a7..aceaa3a 100644
--- a/po/ja/konversation.po
+++ b/po/ja/konversation.po
@@ -3938,8 +3938,8 @@ msgid "<b>Cannot create the folder.</b><br>Folder: %1<br>"
msgstr "フォルダを作成できませんでした。<br>フォルダ: %1<br>"
#: src/dcctransferrecv.cpp:284
-msgid "Could not create a KIO instance"
-msgstr "KIO のインスタンスを作成できませんでした"
+msgid "Could not create a TDEIO instance"
+msgstr "TDEIO のインスタンスを作成できませんでした"
#: src/dcctransferrecv.cpp:353
msgid "<b>The file is used by another transfer.</b><br>%1<br>"
@@ -3991,8 +3991,8 @@ msgstr "転送エラー"
#: src/dcctransferrecv.cpp:645
#, c-format
-msgid "KIO error: %1"
-msgstr "KIO エラー: %1"
+msgid "TDEIO error: %1"
+msgstr "TDEIO エラー: %1"
#: src/query.cpp:68
msgid ""
diff --git a/po/ka/konversation.po b/po/ka/konversation.po
index 56acb9f..1d02146 100644
--- a/po/ka/konversation.po
+++ b/po/ka/konversation.po
@@ -4165,8 +4165,8 @@ msgid "<b>Cannot create the folder.</b><br>Folder: %1<br>"
msgstr "<b>საქაღალდის შექმნა შეუძლებელია.</b><br>საქაღალდე: %1<br>"
#: src/dcctransferrecv.cpp:284
-msgid "Could not create a KIO instance"
-msgstr "KIO -ს შექმნა ვერ განხორციელდა"
+msgid "Could not create a TDEIO instance"
+msgstr "TDEIO -ს შექმნა ვერ განხორციელდა"
#: src/dcctransferrecv.cpp:353
#, fuzzy
@@ -4223,8 +4223,8 @@ msgstr "გადაცემის შეცდომა"
#: src/dcctransferrecv.cpp:645
#, c-format
-msgid "KIO error: %1"
-msgstr "KIO შეცდომა: %1"
+msgid "TDEIO error: %1"
+msgstr "TDEIO შეცდომა: %1"
#: src/query.cpp:68
msgid ""
diff --git a/po/ko/konversation.po b/po/ko/konversation.po
index cbc8f94..dab61a0 100644
--- a/po/ko/konversation.po
+++ b/po/ko/konversation.po
@@ -4064,8 +4064,8 @@ msgid "<b>Cannot create the folder.</b><br>Folder: %1<br>"
msgstr "<b>폴더를 생성할 수 없습니다.</b><br>폴더: %1<br>"
#: src/dcctransferrecv.cpp:284
-msgid "Could not create a KIO instance"
-msgstr "KIO 인스턴스를 생성할 수 없습니다"
+msgid "Could not create a TDEIO instance"
+msgstr "TDEIO 인스턴스를 생성할 수 없습니다"
#: src/dcctransferrecv.cpp:353
#, fuzzy
@@ -4118,8 +4118,8 @@ msgstr "전송 오류 "
#: src/dcctransferrecv.cpp:645
#, c-format
-msgid "KIO error: %1"
-msgstr "KIO 오류: %1"
+msgid "TDEIO error: %1"
+msgstr "TDEIO 오류: %1"
#: src/query.cpp:68
msgid ""
@@ -8104,8 +8104,8 @@ msgstr "서버:"
#~ msgid "File open failure: %1"
#~ msgstr "파일 열기 실패: %1"
-#~ msgid "KIO Error"
-#~ msgstr "KIO 오류"
+#~ msgid "TDEIO Error"
+#~ msgstr "TDEIO 오류"
#~ msgid "Quits application"
#~ msgstr "응용프로그램 종료"
diff --git a/po/pa/konversation.po b/po/pa/konversation.po
index 4b204b1..81fc182 100644
--- a/po/pa/konversation.po
+++ b/po/pa/konversation.po
@@ -3845,7 +3845,7 @@ msgid "<b>Cannot create the folder.</b><br>Folder: %1<br>"
msgstr ""
#: src/dcctransferrecv.cpp:284
-msgid "Could not create a KIO instance"
+msgid "Could not create a TDEIO instance"
msgstr ""
#: src/dcctransferrecv.cpp:353
@@ -3897,8 +3897,8 @@ msgstr "ਟਰਾਂਸਫਰ ਗਲਤੀ"
#: src/dcctransferrecv.cpp:645
#, c-format
-msgid "KIO error: %1"
-msgstr "KIO ਗਲਤੀ: %1"
+msgid "TDEIO error: %1"
+msgstr "TDEIO ਗਲਤੀ: %1"
#: src/query.cpp:68
msgid ""
diff --git a/po/pt/konversation.po b/po/pt/konversation.po
index cabaa68..614bb78 100644
--- a/po/pt/konversation.po
+++ b/po/pt/konversation.po
@@ -4182,8 +4182,8 @@ msgid "<b>Cannot create the folder.</b><br>Folder: %1<br>"
msgstr "<b>Não foi possível criar pasta</b><br>Pasta %1<br>"
#: src/dcctransferrecv.cpp:284
-msgid "Could not create a KIO instance"
-msgstr "Não foi possível criar uma instância KIO"
+msgid "Could not create a TDEIO instance"
+msgstr "Não foi possível criar uma instância TDEIO"
#: src/dcctransferrecv.cpp:353
msgid "<b>The file is used by another transfer.</b><br>%1<br>"
@@ -4242,8 +4242,8 @@ msgstr "Erro de transferência"
#: src/dcctransferrecv.cpp:645
#, c-format
-msgid "KIO error: %1"
-msgstr "Erro do KIO: %1"
+msgid "TDEIO error: %1"
+msgstr "Erro do TDEIO: %1"
#: src/query.cpp:68
msgid ""
diff --git a/po/ru/konversation.po b/po/ru/konversation.po
index a8a9ffb..6a9cd5e 100644
--- a/po/ru/konversation.po
+++ b/po/ru/konversation.po
@@ -4138,8 +4138,8 @@ msgid "<b>Cannot create the folder.</b><br>Folder: %1<br>"
msgstr "<b>Не удалось создать папку.</b><br>Путь: %1<br>"
#: src/dcctransferrecv.cpp:284
-msgid "Could not create a KIO instance"
-msgstr "Не удалось создать экземпляр KIO"
+msgid "Could not create a TDEIO instance"
+msgstr "Не удалось создать экземпляр TDEIO"
#: src/dcctransferrecv.cpp:353
#, fuzzy
@@ -4192,8 +4192,8 @@ msgstr "Ошибка передачи"
#: src/dcctransferrecv.cpp:645
#, c-format
-msgid "KIO error: %1"
-msgstr "Ошибка KIO: %1"
+msgid "TDEIO error: %1"
+msgstr "Ошибка TDEIO: %1"
#: src/query.cpp:68
msgid ""
diff --git a/po/sr/konversation.po b/po/sr/konversation.po
index 99bdce5..67b2f7e 100644
--- a/po/sr/konversation.po
+++ b/po/sr/konversation.po
@@ -10,7 +10,7 @@ msgstr ""
"POT-Creation-Date: 2008-07-24 08:36+0200\n"
"PO-Revision-Date: 2008-07-25 23:08+0200\n"
"Last-Translator: Chusslove Illich <caslav.ilic@gmx.net>\n"
-"Language-Team: Serbian <tde-i18n-sr@kde.org>\n"
+"Language-Team: Serbian <kde-i18n-sr@kde.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -4099,8 +4099,8 @@ msgid "<b>Cannot create the folder.</b><br>Folder: %1<br>"
msgstr "<b>Не могу да направим фасциклу.</b><br>Фасцикла: %1<br>"
#: src/dcctransferrecv.cpp:284
-msgid "Could not create a KIO instance"
-msgstr "Нисам могао да направим примерак KIO-а"
+msgid "Could not create a TDEIO instance"
+msgstr "Нисам могао да направим примерак TDEIO-а"
#: src/dcctransferrecv.cpp:353
msgid "<b>The file is used by another transfer.</b><br>%1<br>"
@@ -4157,8 +4157,8 @@ msgstr "Грешка у преносу"
#: src/dcctransferrecv.cpp:645
#, c-format
-msgid "KIO error: %1"
-msgstr "KIO грешка: %1"
+msgid "TDEIO error: %1"
+msgstr "TDEIO грешка: %1"
#: src/query.cpp:68
msgid ""
diff --git a/po/sr@Latn/konversation.po b/po/sr@Latn/konversation.po
index 6302908..c9f8728 100644
--- a/po/sr@Latn/konversation.po
+++ b/po/sr@Latn/konversation.po
@@ -10,7 +10,7 @@ msgstr ""
"POT-Creation-Date: 2008-07-24 08:36+0200\n"
"PO-Revision-Date: 2008-07-25 23:08+0200\n"
"Last-Translator: Chusslove Illich <caslav.ilic@gmx.net>\n"
-"Language-Team: Serbian <tde-i18n-sr@kde.org>\n"
+"Language-Team: Serbian <kde-i18n-sr@kde.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -4100,8 +4100,8 @@ msgid "<b>Cannot create the folder.</b><br>Folder: %1<br>"
msgstr "<b>Ne mogu da napravim fasciklu.</b><br>Fascikla: %1<br>"
#: src/dcctransferrecv.cpp:284
-msgid "Could not create a KIO instance"
-msgstr "Nisam mogao da napravim primerak KIO-a"
+msgid "Could not create a TDEIO instance"
+msgstr "Nisam mogao da napravim primerak TDEIO-a"
#: src/dcctransferrecv.cpp:353
msgid "<b>The file is used by another transfer.</b><br>%1<br>"
@@ -4158,8 +4158,8 @@ msgstr "Greška u prenosu"
#: src/dcctransferrecv.cpp:645
#, c-format
-msgid "KIO error: %1"
-msgstr "KIO greška: %1"
+msgid "TDEIO error: %1"
+msgstr "TDEIO greška: %1"
#: src/query.cpp:68
msgid ""
diff --git a/po/sv/konversation.po b/po/sv/konversation.po
index d6f2f41..1a33163 100644
--- a/po/sv/konversation.po
+++ b/po/sv/konversation.po
@@ -4112,7 +4112,7 @@ msgid "<b>Cannot create the folder.</b><br>Folder: %1<br>"
msgstr "<b>Kan inte skapa katalogen.</b><br>Katalog: %1<br>"
#: src/dcctransferrecv.cpp:284
-msgid "Could not create a KIO instance"
+msgid "Could not create a TDEIO instance"
msgstr "Kunde inte skapa en I/O-slavinstans"
#: src/dcctransferrecv.cpp:353
@@ -4167,7 +4167,7 @@ msgstr "Överföringsfel"
#: src/dcctransferrecv.cpp:645
#, c-format
-msgid "KIO error: %1"
+msgid "TDEIO error: %1"
msgstr "I/O-fel: %1"
#: src/query.cpp:68
diff --git a/po/tr/konversation.po b/po/tr/konversation.po
index 6c91779..11f2f8c 100644
--- a/po/tr/konversation.po
+++ b/po/tr/konversation.po
@@ -4103,8 +4103,8 @@ msgid "<b>Cannot create the folder.</b><br>Folder: %1<br>"
msgstr "<b>Dizin oluşturulamıyor.</b><br>Dizin: %1<br>"
#: src/dcctransferrecv.cpp:284
-msgid "Could not create a KIO instance"
-msgstr "Bir KIO örneği oluşturulamadı"
+msgid "Could not create a TDEIO instance"
+msgstr "Bir TDEIO örneği oluşturulamadı"
#: src/dcctransferrecv.cpp:353
msgid "<b>The file is used by another transfer.</b><br>%1<br>"
@@ -4159,8 +4159,8 @@ msgstr "Transfer hatası"
#: src/dcctransferrecv.cpp:645
#, c-format
-msgid "KIO error: %1"
-msgstr "KIO hatası: %1"
+msgid "TDEIO error: %1"
+msgstr "TDEIO hatası: %1"
#: src/query.cpp:68
msgid ""
diff --git a/po/zh_CN/konversation.po b/po/zh_CN/konversation.po
index 1dfb335..65ff53b 100644
--- a/po/zh_CN/konversation.po
+++ b/po/zh_CN/konversation.po
@@ -3914,8 +3914,8 @@ msgid "<b>Cannot create the folder.</b><br>Folder: %1<br>"
msgstr "<b>无法创建文件夹。</b><br>文件夹:%1<br>"
#: src/dcctransferrecv.cpp:284
-msgid "Could not create a KIO instance"
-msgstr "无法创建 KIO 实例"
+msgid "Could not create a TDEIO instance"
+msgstr "无法创建 TDEIO 实例"
#: src/dcctransferrecv.cpp:353
msgid "<b>The file is used by another transfer.</b><br>%1<br>"
@@ -3966,8 +3966,8 @@ msgstr "传输时出错"
#: src/dcctransferrecv.cpp:645
#, c-format
-msgid "KIO error: %1"
-msgstr "KIO 出错:%1"
+msgid "TDEIO error: %1"
+msgstr "TDEIO 出错:%1"
#: src/query.cpp:68
msgid ""
diff --git a/po/zh_TW/konversation.po b/po/zh_TW/konversation.po
index 0d577ea..c9c035f 100644
--- a/po/zh_TW/konversation.po
+++ b/po/zh_TW/konversation.po
@@ -3894,8 +3894,8 @@ msgid "<b>Cannot create the folder.</b><br>Folder: %1<br>"
msgstr "<b>無法建立資料夾。</b><br>資料夾:%1<br>"
#: src/dcctransferrecv.cpp:284
-msgid "Could not create a KIO instance"
-msgstr "無法建立 KIO 實體"
+msgid "Could not create a TDEIO instance"
+msgstr "無法建立 TDEIO 實體"
#: src/dcctransferrecv.cpp:353
msgid "<b>The file is used by another transfer.</b><br>%1<br>"
@@ -3946,8 +3946,8 @@ msgstr "傳輸時發生錯誤"
#: src/dcctransferrecv.cpp:645
#, c-format
-msgid "KIO error: %1"
-msgstr "KIO 發生錯誤:%1"
+msgid "TDEIO error: %1"
+msgstr "TDEIO 發生錯誤:%1"
#: src/query.cpp:68
msgid ""