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; /**