/**********************************************************************

	--- Qt Architect generated file ---

	File: SearchDialogMainWidgetData.h
	Last generated: Sat Oct 10 20:32:25 1998

	DO NOT EDIT!!!  This file will be automatically
	regenerated by qtarch.  All changes will be lost.

 *********************************************************************/

#ifndef SearchDialogMainWidgetData_included
#define SearchDialogMainWidgetData_included

#include <qwidget.h>
#include <qlabel.h>
#include <qlined.h>
#include <qcombo.h>

class SearchDialogMainWidgetData : public QWidget
{
    Q_OBJECT

public:

    SearchDialogMainWidgetData
    (
        QWidget* parent = 0L,
        const char* name = 0L
    );

    virtual ~SearchDialogMainWidgetData();

public slots:


protected slots:


protected:
    QComboBox* comboSelector;
    QLabel* labelMatches;
    QLineEdit* lePattern;

};

#endif // SearchDialogMainWidgetData_included

Documentation generated by root@darkstar.lst.de on Wed Sep 8 17:39:05 CEST 1999