summaryrefslogtreecommitdiff
path: root/noncore/apps/tinykate/libkate/microkde/kfontdialog.h
Unidiff
Diffstat (limited to 'noncore/apps/tinykate/libkate/microkde/kfontdialog.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/tinykate/libkate/microkde/kfontdialog.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/noncore/apps/tinykate/libkate/microkde/kfontdialog.h b/noncore/apps/tinykate/libkate/microkde/kfontdialog.h
new file mode 100644
index 0000000..a4bf23d
--- a/dev/null
+++ b/noncore/apps/tinykate/libkate/microkde/kfontdialog.h
@@ -0,0 +1,14 @@
1#ifndef MINIKDE_KFONTDIALOG_H
2#define MINIKDE_KFONTDIALOG_H
3
4#include <qfont.h>
5
6class KFontDialog
7{
8 public:
9 enum { Accepted };
10
11 static int getFont( const QFont & );
12};
13
14#endif