[Kst] kdeextragear-2/kst/kst
Andrew Walker
arwalker at sumusltd.com
Mon Jun 7 19:04:12 CEST 2004
CVS commit by arwalker:
It always pays to be explicit.
M +1 -1 kst.cpp 1.138
--- kdeextragear-2/kst/kst/kst.cpp #1.137:1.138
@@ -217,5 +217,5 @@ KstApp::KstApp(QWidget *parent, const ch
// FIXME: should not create new window unconditionally. We may load a window
// from disk!
- KstViewWindow *w = new KstViewWindow;
+ KstViewWindow *w = new KstViewWindow();
QString wname = KST::suggestWinName();
w->setCaption(wname);
More information about the Kst
mailing list