SVN commit 624570 by zander: Add KDE_DEPRECATED since only in Java does @deprecated actually do something ;) M +1 -1 KoView.h --- trunk/koffice/libs/kofficecore/KoView.h #624569:624570 @@ -369,7 +369,7 @@ * @param w Widget that's to be embedded (may be 0) * @return the dock widget itself */ - QDockWidget * createDock(const QString & title, QWidget * w); + KDE_DEPRECATED QDockWidget * createDock(const QString & title, QWidget * w); /** * You have to implement this method and disable/enable certain functionality (actions for example) in