summaryrefslogtreecommitdiffabout
path: root/microkde/kfiledialog.h
Side-by-side diff
Diffstat (limited to 'microkde/kfiledialog.h') (more/less context) (ignore whitespace changes)
-rw-r--r--microkde/kfiledialog.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/microkde/kfiledialog.h b/microkde/kfiledialog.h
new file mode 100644
index 0000000..0825872
--- a/dev/null
+++ b/microkde/kfiledialog.h
@@ -0,0 +1,20 @@
+#ifndef MICROKDE_KFILEDIALOG_H
+#define MICROKDE_KFILEDIALOG_H
+
+#include <qstring.h>
+#include <qwidget.h>
+
+class KFileDialog
+{
+ public:
+
+ static QString getSaveFileName( const QString &,
+ const QString &, QWidget * );
+
+
+ static QString getOpenFileName( const QString &,
+ const QString &, QWidget * );
+
+};
+
+#endif