diff options
Diffstat (limited to 'kmobile')
-rw-r--r-- | kmobile/kmobile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmobile/kmobile.cpp b/kmobile/kmobile.cpp index 2fda2db1b..379a17cd4 100644 --- a/kmobile/kmobile.cpp +++ b/kmobile/kmobile.cpp @@ -104,7 +104,7 @@ void KMobile::setupActions() KStdAction::configureToolbars(TQT_TQOBJECT(this), TQT_SLOT(optionsConfigureToolbars()), actionCollection()); KStdAction::preferences(TQT_TQOBJECT(this), TQT_SLOT(optionsPreferences()), actionCollection()); - new TDEAction(i18n("&Add Device..."), "folder_new", 0, + new TDEAction(i18n("&Add Device..."), "folder-new", 0, TQT_TQOBJECT(this), TQT_SLOT(addDevice()), actionCollection(), "device_add"); new TDEAction( KGuiItem( i18n("&Remove Device"), "edittrash", i18n("Remove this device") ), "Delete", TQT_TQOBJECT(this), TQT_SLOT(removeDevice()), actionCollection(), "device_remove"); |