-rw-r--r-- | pwmanager/pwmanager/configwndimpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pwmanager/pwmanager/configwndimpl.cpp b/pwmanager/pwmanager/configwndimpl.cpp index 595a6e7..5440498 100644 --- a/pwmanager/pwmanager/configwndimpl.cpp +++ b/pwmanager/pwmanager/configwndimpl.cpp | |||
@@ -66,7 +66,7 @@ void ConfigWndImpl::browseAutoStButton_slot() | |||
66 | "*|All files"), this)); | 66 | "*|All files"), this)); |
67 | #else | 67 | #else |
68 | QString path = locateLocal( "data", KGlobal::getAppName() + "/*.pwm"); | 68 | QString path = locateLocal( "data", KGlobal::getAppName() + "/*.pwm"); |
69 | path = KFileDialog::getOpenFileName(filename, | 69 | path = KFileDialog::getOpenFileName(path, |
70 | i18n("password filename(*.pwm)"), this); | 70 | i18n("password filename(*.pwm)"), this); |
71 | #endif | 71 | #endif |
72 | if (path != QString::null) | 72 | if (path != QString::null) |