summaryrefslogtreecommitdiff
path: root/noncore/apps/tinykate/libkate/microkde/kfontdialog.h
blob: a4bf23d387e691135bf677b4f4cc65ae236496c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef MINIKDE_KFONTDIALOG_H
#define MINIKDE_KFONTDIALOG_H

#include <qfont.h>

class KFontDialog
{
  public:
    enum { Accepted };
    
    static int getFont( const QFont & );
};

#endif