Bring package_development, package_games, package_graphics, package_network, package_multimedia, package_wordprocessing, edu_science, package_utilities, input_devices_settings, kcmsystem, personal, and looknfeel icons into XDG compliance

pull/1/head
Timothy Pearson 10 years ago
parent a562ef2091
commit 23efa976d2

@ -1,5 +1,5 @@
[Desktop Entry] [Desktop Entry]
Icon=personal Icon=preferences-desktop-personal
Type=Service Type=Service
X-TDE-ServiceTypes=TDECModule X-TDE-ServiceTypes=TDECModule

@ -1,5 +1,5 @@
[Desktop Entry] [Desktop Entry]
Icon=looknfeel Icon=preferences-desktop
Type=Service Type=Service
X-TDE-ServiceTypes=TDECModule X-TDE-ServiceTypes=TDECModule

@ -280,7 +280,7 @@ void KopeteWindow::initActions()
statusbarAction = KStdAction::showStatusbar(TQT_TQOBJECT(this), TQT_SLOT(showStatusbar()), actionCollection(), "settings_showstatusbar"); statusbarAction = KStdAction::showStatusbar(TQT_TQOBJECT(this), TQT_SLOT(showStatusbar()), actionCollection(), "settings_showstatusbar");
KStdAction::keyBindings( guiFactory(), TQT_SLOT( configureShortcuts() ), actionCollection(), "settings_keys" ); KStdAction::keyBindings( guiFactory(), TQT_SLOT( configureShortcuts() ), actionCollection(), "settings_keys" );
new TDEAction( i18n( "Configure Plugins..." ), "input_devices_settings", 0, TQT_TQOBJECT(this), new TDEAction( i18n( "Configure Plugins..." ), "preferences-desktop-peripherals", 0, TQT_TQOBJECT(this),
TQT_SLOT( slotConfigurePlugins() ), actionCollection(), "settings_plugins" ); TQT_SLOT( slotConfigurePlugins() ), actionCollection(), "settings_plugins" );
new TDEAction( i18n( "Configure &Global Shortcuts..." ), "configure_shortcuts", 0, TQT_TQOBJECT(this), new TDEAction( i18n( "Configure &Global Shortcuts..." ), "configure_shortcuts", 0, TQT_TQOBJECT(this),
TQT_SLOT( slotConfGlobalKeys() ), actionCollection(), "settings_global" ); TQT_SLOT( slotConfGlobalKeys() ), actionCollection(), "settings_global" );

@ -77,7 +77,7 @@ void WPAddContact::slotSelected(const TQString &Group)
TQString ownHost = theAccount->myself()->contactId(); TQString ownHost = theAccount->myself()->contactId();
TQStringList::ConstIterator end = Hosts.end(); TQStringList::ConstIterator end = Hosts.end();
for (TQStringList::ConstIterator i = Hosts.begin(); i != end; i++) for (TQStringList::ConstIterator i = Hosts.begin(); i != end; i++)
if (*i != ownHost) theDialog->mHostName->insertItem(SmallIcon("personal"), *i); if (*i != ownHost) theDialog->mHostName->insertItem(SmallIcon("preferences-desktop-personal"), *i);
} }
bool WPAddContact::validateData() bool WPAddContact::validateData()

Loading…
Cancel
Save