#include <QtGui/qfontdialog.h>
#ifndef QFONTDIALOG_H
#ifndef QT_NO_FONTDIALOG
class QFontDialog: public QDialog{
private: explicit QFontDialog(class QWidget* parent = 0, bool modal = 0, Qt::WindowFlags f = 0);
};
#endif // QT_NO_FONTDIALOG
#endif // QFONTDIALOG_H