summaryrefslogtreecommitdiff
path: root/noncore
Side-by-side diff
Diffstat (limited to 'noncore') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/tinykate/tinykate.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/noncore/apps/tinykate/tinykate.cpp b/noncore/apps/tinykate/tinykate.cpp
index 51afd31..6164fa5 100644
--- a/noncore/apps/tinykate/tinykate.cpp
+++ b/noncore/apps/tinykate/tinykate.cpp
@@ -153,3 +153,4 @@ void TinyKate::slotOpen( )
{
- QString filename=OFileDialog::getOpenFileName(OFileSelector::EXTENDED_ALL);
+ QString filename = OFileDialog::getOpenFileName( OFileSelector::EXTENDED_ALL,
+ QPEApplication::documentDir());
if (!filename.isEmpty()) {
@@ -242,3 +243,4 @@ void TinyKate::slotSaveAs() {
- QString filename=OFileDialog::getSaveFileName(OFileSelector::EXTENDED_ALL);
+ QString filename=OFileDialog::getSaveFileName(OFileSelector::EXTENDED_ALL,
+ QPEApplication::documentDir());
if (!filename.isEmpty()) {