From 65f52513ee53e5a78695817a0a1b82180e234d2c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 13:16:48 -0600 Subject: Rename KStandard for enhanced compatibility with KDE4 --- plugins/recentstuff/kbfxplasmarecentstuff.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/recentstuff/kbfxplasmarecentstuff.cpp b/plugins/recentstuff/kbfxplasmarecentstuff.cpp index 38c211c..df79a19 100644 --- a/plugins/recentstuff/kbfxplasmarecentstuff.cpp +++ b/plugins/recentstuff/kbfxplasmarecentstuff.cpp @@ -43,7 +43,7 @@ view () appGroup->setName ( "RecentStuff" ); TQString path = - KStandardDirs ().localtdedir () + "/share/apps/RecentDocuments/"; + TDEStandardDirs ().localtdedir () + "/share/apps/RecentDocuments/"; @@ -116,7 +116,7 @@ search ( TQString _keyword ) TQString path = - KStandardDirs ().localtdedir () + "/share/apps/RecentDocuments/"; + TDEStandardDirs ().localtdedir () + "/share/apps/RecentDocuments/"; TQDir d ( path ); d.setFilter ( TQDir::Files | TQDir::Hidden | TQDir::NoSymLinks ); -- cgit v1.2.1