From kde-commits Sat Jan 31 20:57:46 2015 From: Gilles Caulier Date: Sat, 31 Jan 2015 20:57:46 +0000 To: kde-commits Subject: [digikam/frameworks] libs/widgets/mainview: polish Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=142273787523625 Git commit b5a418f38b241878b23ff870b5f59d9eb1d80d2d by Gilles Caulier. Committed on 31/01/2015 at 20:56. Pushed by cgilles into branch 'frameworks'. polish M +2 -2 libs/widgets/mainview/thumbbardock.h http://commits.kde.org/digikam/b5a418f38b241878b23ff870b5f59d9eb1d80d2d diff --git a/libs/widgets/mainview/thumbbardock.h b/libs/widgets/mainview/t= humbbardock.h index 5b02ebe..655bf11 100644 --- a/libs/widgets/mainview/thumbbardock.h +++ b/libs/widgets/mainview/thumbbardock.h @@ -6,7 +6,7 @@ * Date : 2009-15-08 * Description : A floatable/dockable widget for thumbnail bars (ThumbBarV= iew * and its descendants), providing i drag handle similar to = the - * one on toolbars and a standard KToggleAction to show/hide= the + * one on toolbars and a standard Action to show/hide the * thumbnail bar. It inherits QDockWidget and can be used in * the dock area's of a QMainWindow. * @@ -106,7 +106,7 @@ public: */ void reInitialize(); = - /** Return a KToggleAction to show and hide the thumbnail bar. + /** Return an Action to show and hide the thumbnail bar. */ QAction* getToggleAction(QObject* const parent, const QString& caption= =3D i18n("Show Thumbbar")) const; =20