|
|
|
@ -1111,9 +1111,9 @@ void KviApp::fileDownloadTerminated(bool bSuccess,const TQString &szRemoteUrl,co
|
|
|
|
|
#warning "The following warning will disappear soon..."
|
|
|
|
|
// FIXME: this form should be used starting from KDE 3.2
|
|
|
|
|
unsigned long l = NET::CurrentDesktop;
|
|
|
|
|
NETRootInfo rinfo( qt_xdisplay(), &l ,1 ,-1,true);
|
|
|
|
|
NETRootInfo rinfo( tqt_xdisplay(), &l ,1 ,-1,true);
|
|
|
|
|
#else
|
|
|
|
|
NETRootInfo rinfo(qt_xdisplay(),NET::CurrentDesktop);
|
|
|
|
|
NETRootInfo rinfo(tqt_xdisplay(),NET::CurrentDesktop);
|
|
|
|
|
#endif
|
|
|
|
|
rinfo.activate();
|
|
|
|
|
|
|
|
|
@ -1289,7 +1289,7 @@ void KviApp::kdeRootPixmapChanged(int iDesktop)
|
|
|
|
|
#ifdef COMPILE_PSEUDO_TRANSPARENCY
|
|
|
|
|
#ifdef COMPILE_TDE_SUPPORT
|
|
|
|
|
if(!KVI_OPTION_BOOL(KviOption_boolUpdateKdeBackgroundOnChange))return;
|
|
|
|
|
NETRootInfo rinfo(qt_xdisplay(),NET::CurrentDesktop);
|
|
|
|
|
NETRootInfo rinfo(tqt_xdisplay(),NET::CurrentDesktop);
|
|
|
|
|
rinfo.activate();
|
|
|
|
|
if(iDesktop == rinfo.currentDesktop())
|
|
|
|
|
updatePseudoTransparency();
|
|
|
|
|