[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/kdesktop
From:       Laurent Montel <montel () kde ! org>
Date:       2005-07-29 12:59:27
Message-ID: 1122641967.511561.4183.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 439975 by mlaurent:

Fix compile/links


 M  +2 -2      desktop.cc  


--- trunk/KDE/kdebase/kdesktop/desktop.cc #439974:439975
@@ -108,7 +108,7 @@
            imageURL = true;
        }
 
-       b &= KColorDrag::canDecode( de ) || QImageDrag::canDecode( de ) || imageURL;
+       b &= KColorDrag::canDecode( de ) || Q3ImageDrag::canDecode( de ) || imageURL;
        de->accept( b );
        return true;
      }
@@ -117,7 +117,7 @@
        QDropEvent* de = static_cast<QDropEvent*>( e );
        if ( KColorDrag::canDecode( de ) ) 
          emit colorDropEvent( de );
-       else if ( QImageDrag::canDecode( de ) )
+       else if ( Q3ImageDrag::canDecode( de ) )
          emit imageDropEvent( de );
        else if ( KURLDrag::canDecode( de ) ) {
 	 KURL::List list;
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic