[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Mon May 31 18:02:32 CEST 2004
CVS commit by staikos:
Make it compile again, but I'm not sure the event is going to the right object.
It doesn't appear to be handled.
M +1 -2 Makefile.am 1.108
M +1 -1 extensions/elog/elogthreadsubmit.cpp 1.6
--- kdeextragear-2/kst/kst/Makefile.am #1.107:1.108
@@ -7,6 +7,5 @@
endif
-SUBDIRS=$(KMDI_SUBDIR) . datasources
-# extensions FIXME: re-enable when working again
+SUBDIRS=$(KMDI_SUBDIR) . datasources extensions
METASOURCES=AUTO
--- kdeextragear-2/kst/kst/extensions/elog/elogthreadsubmit.cpp #1.5:1.6
@@ -93,5 +93,5 @@ void ElogThreadSubmit::doTransmit(int so
captureStruct.iHeight = _elog->configuration()->captureHeight();
eventCapture.setData( &captureStruct );
- QApplication::sendEvent( (QObject*)_elog->app()->viewObject(), (QEvent*)&eventCapture );
+ QApplication::sendEvent( (QObject*)_elog->app()->activeView(), (QEvent*)&eventCapture );
content_length += byteArrayCapture.size();
}
More information about the Kst
mailing list