only deprecate function, do not export twice

This commit is contained in:
Patrick Spendrin 2011-01-30 21:04:43 +01:00
parent 56fc44f841
commit 77da0f9c15

View File

@ -405,7 +405,7 @@ class PLASMA_EXPORT Wallpaper : public QObject
* @arg url the URL of the dropped file
* @since 4.4
*/
PLASMA_EXPORT_DEPRECATED void urlDropped(const KUrl &url);
KDE_DEPRECATED void urlDropped(const KUrl &url);
/**
* @internal