From d3afa6baf98ef5ac191996cc9b909ff9074c168c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 13:28:26 -0600 Subject: Rename KStandard for enhanced compatibility with KDE4 --- kded/vfolder_menu.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kded') diff --git a/kded/vfolder_menu.cpp b/kded/vfolder_menu.cpp index b00b3553d..e2dc603ba 100644 --- a/kded/vfolder_menu.cpp +++ b/kded/vfolder_menu.cpp @@ -767,7 +767,7 @@ VFolderMenu::locateMenuFile(const TQString &fileName) { if (!TQDir::isRelativePath(fileName)) { - if (KStandardDirs::exists(fileName)) + if (TDEStandardDirs::exists(fileName)) return fileName; return TQString::null; } @@ -808,7 +808,7 @@ VFolderMenu::locateDirectoryFile(const TQString &fileName) if (!TQDir::isRelativePath(fileName)) { - if (KStandardDirs::exists(fileName)) + if (TDEStandardDirs::exists(fileName)) return fileName; return TQString::null; } @@ -820,7 +820,7 @@ VFolderMenu::locateDirectoryFile(const TQString &fileName) ++it) { tmp = (*it)+fileName; - if (KStandardDirs::exists(tmp)) + if (TDEStandardDirs::exists(tmp)) return tmp; } -- cgit v1.2.3