Fixed invalid constructor per GCC 4.5.2

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1220975 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 13 years ago
parent cc0ad49c75
commit b3722d5617

@ -80,7 +80,7 @@ KSMShutdownFeedback::KSMShutdownFeedback()
{
DCOPRef("kicker", "KMenu").call("hideMenu"); // Make sure the K Menu is completely removed from the screen before taking a snapshot...
m_grayImage = TQPixmap(TQPixmap::grabWindow(qt_xrootwin(), 0, 0, TQApplication::desktop()->width(), TQApplication::desktop()->height())).convertToImage();
m_unfadedImage = TQImage::TQImage();
m_unfadedImage = TQImage();
resize(0, 0);
setShown(true);
TQTimer::singleShot( 500, this, TQT_SLOT( slotPaintEffect() ) );

Loading…
Cancel
Save