|
|
|
@ -161,7 +161,7 @@ TQPixmap * g_pActivityMeterPixmap = 0;
|
|
|
|
|
#include <tqdatastream.h>
|
|
|
|
|
#include <tqcstring.h>
|
|
|
|
|
|
|
|
|
|
KSharedPixmap * g_pKdeDesktopBackground = 0; // the shared pixmap that we get from KWin
|
|
|
|
|
TDESharedPixmap * g_pKdeDesktopBackground = 0; // the shared pixmap that we get from KWin
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#include <tqimage.h>
|
|
|
|
@ -1119,7 +1119,7 @@ void KviApp::fileDownloadTerminated(bool bSuccess,const TQString &szRemoteUrl,co
|
|
|
|
|
|
|
|
|
|
TQString name = TQString("DESKTOP%1").arg(rinfo.currentDesktop());
|
|
|
|
|
|
|
|
|
|
g_pKdeDesktopBackground = new KSharedPixmap();
|
|
|
|
|
g_pKdeDesktopBackground = new TDESharedPixmap();
|
|
|
|
|
connect(g_pKdeDesktopBackground,TQT_SIGNAL(done(bool)),this,TQT_SLOT(kdeRootPixmapDownloadComplete(bool)));
|
|
|
|
|
|
|
|
|
|
if(!(g_pKdeDesktopBackground->isAvailable(name)))
|
|
|
|
|