From kde-commits Wed Jan 17 10:58:30 2007 From: Thomas Zander Date: Wed, 17 Jan 2007 10:58:30 +0000 To: kde-commits Subject: koffice/libs/kofficecore Message-Id: <1169031510.072850.5965.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=116903153901790 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