summaryrefslogtreecommitdiffabout
path: root/microkde/kfontdialog.h
blob: f2ac6ac91acdac991ec25020ad09b59b052c34e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef MINIKDE_KFONTDIALOG_H
#define MINIKDE_KFONTDIALOG_H

#include <qfont.h>
#include <qdialog.h>

class KFontDialog
{
  public:
    enum { Accepted };
    
    static QFont getFont( const QFont & f, bool & ok);
};

#endif