CVS commit by staikos: why was this removed? M +3 -0 kst.cpp 1.70 --- kdeextragear-2/kst/kst/kst.cpp #1.69:1.70 @@ -213,4 +213,7 @@ void KstApp::initActions() { /************/ + KStdAction::open(this, SLOT(slotFileOpen()), actionCollection()); + + /************/ recent = KStdAction::openRecent(this, SLOT(slotFileOpenRecent(const KURL &)), actionCollection());