From 1d53865a04b4bcbab61f730bcbcc5452e9d04ce7 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 13:22:12 -0600 Subject: [PATCH] Rename KStandard for enhanced compatibility with KDE4 --- src/gui/application/RosegardenGUIApp.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/application/RosegardenGUIApp.cpp b/src/gui/application/RosegardenGUIApp.cpp index 8e529d4..1cc510c 100644 --- a/src/gui/application/RosegardenGUIApp.cpp +++ b/src/gui/application/RosegardenGUIApp.cpp @@ -7564,7 +7564,7 @@ RosegardenGUIApp::slotPlayListClosed() void RosegardenGUIApp::slotTutorial() { - TQString exe = KStandardDirs::findExe( "x-www-browser" ); + TQString exe = TDEStandardDirs::findExe( "x-www-browser" ); if( !exe.isNull() ) { @@ -7586,7 +7586,7 @@ RosegardenGUIApp::slotTutorial() void RosegardenGUIApp::slotBugGuidelines() { - TQString exe = KStandardDirs::findExe( "x-www-browser" ); + TQString exe = TDEStandardDirs::findExe( "x-www-browser" ); if( !exe.isNull() ) {