summaryrefslogtreecommitdiffstats
path: root/src/part/toolbar.h
blob: cd189d408bf26788b6598cc50c30aa7805b81559 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// (C) 2005 Max Howell (max.howell@methylblue.com)
// See COPYING file for licensing information

#ifndef CODEINE_TOOLBAR_H
#define CODEINE_TOOLBAR_H

#include <ktoolbar.h>


class MouseOverToolBar : public KToolBar
{
   virtual bool eventFilter( QObject*, QEvent* );

public:
   MouseOverToolBar( QWidget *parent );
};

#endif