Additional k => tde renaming and fixes

pull/1/head
Slávek Banko 11 years ago
parent 6ebfc149b6
commit 08e6597db7

@ -1 +1 @@
Subproject commit b4d585c643d92787bfa17b935ce00b09960ee360
Subproject commit 6b7f7225eff4c49b2dd71804d5fdacb03efcf461

@ -12,7 +12,7 @@ msgstr ""
"POT-Creation-Date: 2008-06-04 13:52+0200\n"
"PO-Revision-Date: 2008-05-24 16:50+0400\n"
"Last-Translator: Aleksey Osipov <aliks-os@yandex.ru>\n"
"Language-Team: Russian <tde-i18n-doc@lists.kde.org>\n"
"Language-Team: Russian <kde-i18n-doc@lists.kde.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

@ -203,9 +203,9 @@ knetworkmanager_la_LDFLAGS = -module \
knetworkmanager_la_LIBADD = dbus/libknm_dbus.la \
$(PACKAGE_LIBS) \
$(LIB_TDEUI) \
$(LIB_KUTILS) \
$(LIB_TDEUTILS) \
$(LIB_TDEWALLETCLIENT) \
$(LIB_TDEUI)
$(LIB_TDEUI)
# this is where the desktop file will go
xdg_apps_DATA = knetworkmanager.desktop

@ -126,7 +126,7 @@ Plugin* PluginManager::loadPlugin(const TQString& pluginID)
int error = 0;
KPluginInfo* info = infoForPluginID(pluginID);
Plugin *plugin = KParts::ComponentFactory::createInstanceFromQuery<Plugin>( TQString::fromLatin1( "KNetworkManager/Plugin" ),
TQString::fromLatin1( "[X-KDE-PluginInfo-Name]=='%1'" ).arg( pluginID ), this, 0, TQStringList(), &error );
TQString::fromLatin1( "[X-TDE-PluginInfo-Name]=='%1'" ).arg( pluginID ), this, 0, TQStringList(), &error );
// plugin loaded?
if (plugin)

Loading…
Cancel
Save