diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-08 17:21:13 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-08 17:21:13 -0600 |
commit | 7e48847d0a084b6ff3a5d0eeb4a3c1b975cda4e5 (patch) | |
tree | 649f930fffdb92fd92d9db5125da36ed8929c2ec /plugins/recentstuff | |
parent | 5397676e88ce3c0fd3523857111d4fb34ae62790 (diff) | |
download | kbfx-7e48847d0a084b6ff3a5d0eeb4a3c1b975cda4e5.tar.gz kbfx-7e48847d0a084b6ff3a5d0eeb4a3c1b975cda4e5.zip |
Rename additional KDE strings
Diffstat (limited to 'plugins/recentstuff')
-rw-r--r-- | plugins/recentstuff/kbfxplasmarecentstuff.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/recentstuff/kbfxplasmarecentstuff.cpp b/plugins/recentstuff/kbfxplasmarecentstuff.cpp index ed2e68d..38c211c 100644 --- a/plugins/recentstuff/kbfxplasmarecentstuff.cpp +++ b/plugins/recentstuff/kbfxplasmarecentstuff.cpp @@ -43,7 +43,7 @@ view () appGroup->setName ( "RecentStuff" ); TQString path = - KStandardDirs ().localkdedir () + "/share/apps/RecentDocuments/"; + KStandardDirs ().localtdedir () + "/share/apps/RecentDocuments/"; @@ -116,7 +116,7 @@ search ( TQString _keyword ) TQString path = - KStandardDirs ().localkdedir () + "/share/apps/RecentDocuments/"; + KStandardDirs ().localtdedir () + "/share/apps/RecentDocuments/"; TQDir d ( path ); d.setFilter ( TQDir::Files | TQDir::Hidden | TQDir::NoSymLinks ); |