-rw-r--r-- | microkde/kfiledialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/microkde/kfiledialog.cpp b/microkde/kfiledialog.cpp index 309f8dc..3f47425 100644 --- a/microkde/kfiledialog.cpp +++ b/microkde/kfiledialog.cpp | |||
@@ -18,3 +18,2 @@ QString KFileDialog::getSaveFileName( const QString & fn, | |||
18 | lay.setSpacing(7); | 18 | lay.setSpacing(7); |
19 | dia.setCaption( cap ); | ||
20 | QString file = fn; | 19 | QString file = fn; |
@@ -29,2 +28,3 @@ QString KFileDialog::getSaveFileName( const QString & fn, | |||
29 | dia.showMaximized(); | 28 | dia.showMaximized(); |
29 | dia.setCaption( cap ); | ||
30 | int res = dia.exec(); | 30 | int res = dia.exec(); |
@@ -44,3 +44,2 @@ QString KFileDialog::getOpenFileName( const QString & fn, | |||
44 | lay.setSpacing(7); | 44 | lay.setSpacing(7); |
45 | dia.setCaption( cap ); | ||
46 | QString file = fn; | 45 | QString file = fn; |
@@ -53,2 +52,3 @@ QString KFileDialog::getOpenFileName( const QString & fn, | |||
53 | dia.showMaximized(); | 52 | dia.showMaximized(); |
53 | dia.setCaption( cap ); | ||
54 | int res = dia.exec(); | 54 | int res = dia.exec(); |