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
335 B

// (C) 2005 Max Howell (max.howell@methylblue.com)
// See COPYING file for licensing information
#ifndef CODEINE_TOOLBAR_H
#define CODEINE_TOOLBAR_H
#include <tdetoolbar.h>
class MouseOverToolBar : public TDEToolBar
{
virtual bool eventFilter( TQObject*, TQEvent* );
public:
MouseOverToolBar( TQWidget *parent );
};
#endif