You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
codeine/src/part/toolbar.h

19 lines
328 B

// (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