KDE/kdelibs/knewstuff
    Paulo Moura Guedes 
    moura at kdewebdev.org
       
    Wed Apr 12 15:58:12 CEST 2006
    
    
  
SVN commit 529067 by mojo:
Move KDE_DEPRECATED to the begining of the method, so it compiles on MSVC.
CCMAIL: kde-buildsystem at kde.org
 M  +1 -1      downloaddialog.h  
--- trunk/KDE/kdelibs/knewstuff/downloaddialog.h #529066:529067
@@ -85,7 +85,7 @@
       @param category a Hotstuff data type such as "korganizer/calendar"
     */
     void setCategory(const QString &category);
-    void setType(const QString &type) KDE_DEPRECATED;
+    KDE_DEPRECATED void setType(const QString &type);
 
     /**
       Explicitly uses this provider list instead of the one read from
    
    
More information about the Kde-buildsystem
mailing list