-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, lay.setSpacing(7); - dia.setCaption( cap ); QString file = fn; @@ -29,2 +28,3 @@ QString KFileDialog::getSaveFileName( const QString & fn, dia.showMaximized(); + dia.setCaption( cap ); int res = dia.exec(); @@ -44,3 +44,2 @@ QString KFileDialog::getOpenFileName( const QString & fn, lay.setSpacing(7); - dia.setCaption( cap ); QString file = fn; @@ -53,2 +52,3 @@ QString KFileDialog::getOpenFileName( const QString & fn, dia.showMaximized(); + dia.setCaption( cap ); int res = dia.exec(); |