From kde-commits Thu Apr 21 02:04:36 2005 From: George Staikos Date: Thu, 21 Apr 2005 02:04:36 +0000 To: kde-commits Subject: kdelibs/kdeui Message-Id: <20050421020436.2C887489 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=111404908911676 CVS commit by staikos: mark as deprecated - since the docs say they're obsolete M +2 -2 kstdaction.h 1.51 --- kdelibs/kdeui/kstdaction.h #1.50:1.51 @@ -499,5 +499,5 @@ namespace KStdAction */ KDEUI_EXPORT KToggleAction *showToolbar(const QObject *recvr, const char *slot, - KActionCollection* parent, const char *name = 0 ); + KActionCollection* parent, const char *name = 0 ) KDE_DEPRECATED; /** * @obsolete. toolbar actions are created automatically now in the @@ -507,5 +507,5 @@ namespace KStdAction */ KDEUI_EXPORT KToggleToolBarAction *showToolbar(const char* toolBarName, - KActionCollection* parent, const char *name = 0 ); + KActionCollection* parent, const char *name = 0 ) KDE_DEPRECATED; /**