[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Wed Jul 7 21:53:15 CEST 2004
CVS commit by staikos:
fix updating of dialogs
verify that renaming of vectors now works
M +1 -1 kst.cpp 1.178
M +1 -2 kstdoc.cpp 1.95
--- kdeextragear-2/kst/kst/kst.cpp #1.177:1.178
@@ -667,5 +667,5 @@ void KstApp::initDocument() {
void KstApp::forceUpdate() {
_updateThread->forceUpdate();
- QTimer::singleShot(0, doc, SLOT(updateDialogs()));
+ QTimer::singleShot(0, doc, SIGNAL(updateDialogs()));
}
--- kdeextragear-2/kst/kst/kstdoc.cpp #1.94:1.95
@@ -657,6 +657,5 @@ void KstDoc::wasModified() {
// FIXME XXXXX will this make sense anymore?
forceUpdate();
- KstApp *app = static_cast<KstApp*>(parent());
- app->paintAll();
+ KstApp::inst()->paintAll();
}
More information about the Kst
mailing list