1 /***************************************************************************
2 * Copyright (C) 2004, 2005 Max Howell <max.howell@methylblue.com> *
4 * This program is free software; you can redistribute it and/or modify *
5 * it under the terms of the GNU General Public License as published by *
6 * the Free Software Foundation; either version 2 of the License, or *
7 * (at your option) any later version. *
9 ***************************************************************************/
11 #ifndef BROWSER_TOOLBAR_H
12 #define BROWSER_TOOLBAR_H
18 class ToolBar
: public Amarok::ToolBar
21 ToolBar( QWidget
*parent
)
22 : Amarok::ToolBar( parent
)
24 setObjectName( "notMainToolBar" );
26 setSizePolicy( QSizePolicy::Expanding
, QSizePolicy::Minimum
);
27 setIconDimensions( 16 );
28 setContextMenuEnabled( false );