#include <QtGui/qfontdialog.h>
#ifndef QFONTDIALOG_H
#ifndef QT_NO_FONTDIALOG
class QFontDialog: public QDialog{
   public: virtual struct QMetaObject const * metaObject() const
   public: static struct QMetaObject const staticMetaObject;
   public: virtual void* qt_metacast(char const *);
   public: static inline class QString tr(char const * s, char const * c = 0);
   public: static inline class QString trUtf8(char const * s, char const * c = 0);
   public: static inline class QString tr(char const * s, char const * c, int n);
   public: static inline class QString trUtf8(char const * s, char const * c, int n);
   public: virtual int qt_metacall(enum QMetaObject::Call, int, void* *);
   private: inline struct QFontDialogPrivate* d_func();
   private: inline struct QFontDialogPrivate const * d_func() const
   public: static class QFont getFont(bool* ok, class QFont const & def, class QWidget* parent, class QString const & caption);
   public: static class QFont getFont(bool* ok, class QFont const & def, class QWidget* parent = 0);
   public: static class QFont getFont(bool* ok, class QWidget* parent = 0);
   private: static class QFont getFont(bool* ok, class QFont const * def, class QWidget* parent = 0);
   private: explicit QFontDialog(class QWidget* parent = 0, bool modal = 0, Qt::WindowFlags f = 0);
   private: virtual ~QFontDialog();
   private: class QFont font() const
   private: void setFont(class QFont const & font);
   private: virtual bool eventFilter(class QObject*, struct QEvent*);
   private: void updateFamilies();
   private: void updateStyles();
   private: void updateSizes();
   private: QFontDialog(class QFontDialog const &);
   private: class QFontDialog& operator =(class QFontDialog const &);
   friend struct QFontDialogPrivate;
};
#endif // QT_NO_FONTDIALOG
#endif // QFONTDIALOG_H