/**************************************************************************** ** Interface to the GUI. ** ** Created: Tue 04 May 12:09:08 2004 ** by: Varol Okan using kate editor ** ** This class will create a toolbar, which holds only one widget. ** The StructureWidget is displaying the current structure of the DVD. ** ****************************************************************************/ #ifndef LAYOUTWIZARD_H #define LAYOUTWIZARD_H class LayoutWizard { public: LayoutWizard (); ~LayoutWizard (); }; #endif // LAYOUTWIZARD_H