|
|
|
@ -307,7 +307,7 @@ MainWindow::MainWindow()
|
|
|
|
|
// tools
|
|
|
|
|
(void)new TDEAction(i18n("&Pikloops..."), 0, 0,
|
|
|
|
|
TQT_TQOBJECT(this), TQT_SLOT(runPikloops()), actionCollection(), "tools_pikloops");
|
|
|
|
|
(void)new TDEAction(i18n("&Find Files..."), "find", 0,
|
|
|
|
|
(void)new TDEAction(i18n("&Find Files..."), "edit-find", 0,
|
|
|
|
|
TQT_TQOBJECT(this), TQT_SLOT(runKfind()), actionCollection(), "tools_kfind");
|
|
|
|
|
(void)new TDEAction(i18n("&Device Information..."), "info", 0,
|
|
|
|
|
TQT_TQOBJECT(this), TQT_SLOT(showDeviceInfo()), actionCollection(), "tools_device_information");
|
|
|
|
|