|
|
|
@ -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 );
|
|
|
|
|