-rw-r--r-- | microkde/kfiledialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/microkde/kfiledialog.h b/microkde/kfiledialog.h index 0825872..90709cd 100644 --- a/microkde/kfiledialog.h +++ b/microkde/kfiledialog.h @@ -15,6 +15,8 @@ class KFileDialog static QString getOpenFileName( const QString &, const QString &, QWidget * ); + static QString getExistingDirectory( const QString &, + const QString &, QWidget * ); }; #endif |