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

	--- Qt Architect generated file ---

	File: StringListSelectOneDialogData.h
	Last generated: Fri Sep 25 15:16:29 1998

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

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

#ifndef StringListSelectOneDialogData_included
#define StringListSelectOneDialogData_included

#include <qdialog.h>
#include <qlabel.h>
#include <qpushbt.h>
#include <qcombo.h>
#include <qframe.h>

class StringListSelectOneDialogData : public QDialog
{
    Q_OBJECT

public:

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

    virtual ~StringListSelectOneDialogData();

public slots:


protected slots:


protected:
    QFrame* frameBase;
    QPushButton* buttonOK;
    QPushButton* buttonCancel;
    QFrame* frameInner;
    QComboBox* comboStrings;
    QLabel* labelHeadline;

};

#endif // StringListSelectOneDialogData_included

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