From 7e48847d0a084b6ff3a5d0eeb4a3c1b975cda4e5 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 8 Dec 2011 17:21:13 -0600 Subject: Rename additional KDE strings --- plugins/recentstuff/kbfxplasmarecentstuff.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/recentstuff/kbfxplasmarecentstuff.cpp') 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 ); -- cgit v1.2.3