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

List:       kde-commits
Subject:    kdebase/ksplashml/kcmksplash
From:       Waldo Bastian <bastian () kde ! org>
Date:       2003-05-13 15:40:39
[Download RAW message or body]

CVS commit by waba: 

s^QUriDrag^KURLDrag^


  M +2 -2      installer.cpp   1.2


--- kdebase/ksplashml/kcmksplash/installer.cpp  #1.1:1.2
@@ -44,5 +44,5 @@ ThemeListBox::ThemeListBox(QWidget *pare
 void ThemeListBox::dragEnterEvent(QDragEnterEvent* event)
 {
-   event->accept((event->source() != this) && QUriDrag::canDecode(event));
+   event->accept((event->source() != this) && KURLDrag::canDecode(event));
 }
 
@@ -79,5 +79,5 @@ void ThemeListBox::mouseMoveEvent(QMouse
          KURL::List urls;
          urls.append(url);
-         QUriDrag *d = KURLDrag::newDrag(urls, this);
+         KURLDrag *d = KURLDrag::newDrag(urls, this);
          d->dragCopy();
       }


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

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