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

	--- Qt Architect generated file ---

	File: PrintDialogData.h
	Last generated: Mon Sep 7 13:22:34 1998

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

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

#ifndef PrintDialogData_included
#define PrintDialogData_included

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

class PrintDialogData : public QDialog
{
    Q_OBJECT

public:

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

    virtual ~PrintDialogData();

public slots:


protected slots:


protected:
    QPushButton* buttonOK;
    QPushButton* buttonCancel;
    QFrame* frameBase;
    QLineEdit* leHeadline;
    QLabel* labelHeadline;
    QLineEdit* leRightFooter;
    QLabel* labelRightFooter;
    QLineEdit* leLeftFooter;
    QLabel* labelLeftFooter;

};

#endif // PrintDialogData_included

Documentation generated by tasin@cd1 on Die Nov 30 17:32:39 CET 1999