|
|
#ifndef HBTOOLBAR_H #define HBTOOLBAR_H #include#include #include "hbobject.h" /* --------------------------------- */ /* Define structures to store icons. */ class HBToolBar : public QToolBar, public HBObject { public: HBToolBar( QMainWindow *parent, char *name ); }; #endif
Generated by: root on linux on Sun Jul 13 18:06:35 2003, using kdoc 2.0a54. |