Bring stop, lock, exit, and run icons into XDG compliance

pull/1/head
Timothy Pearson 10 years ago
parent 8dac28107b
commit 8e772af930

@ -135,7 +135,7 @@ MainWindow::MainWindow(TQWidget * parent, const char * name) :
TQT_TQOBJECT(this), TQT_SLOT(slotSetAccessKey()),
actionCollection(), "global_shortcuts");
action = new TDEAction(i18n("Quit"), SmallIcon("exit"), 0, TQT_TQOBJECT(this),
action = new TDEAction(i18n("Quit"), SmallIcon("system-log-out"), 0, TQT_TQOBJECT(this),
TQT_SLOT(close()), actionCollection(), "quit");
KStdAction::keyBindings(TQT_TQOBJECT(this), TQT_SLOT(slotSetControlKeys()), actionCollection());

Loading…
Cancel
Save