Rename KStandard for enhanced compatibility with KDE4

pull/1/head
Timothy Pearson 11 years ago
parent 846a0a7e09
commit 1d53865a04

@ -7564,7 +7564,7 @@ RosegardenGUIApp::slotPlayListClosed()
void void
RosegardenGUIApp::slotTutorial() RosegardenGUIApp::slotTutorial()
{ {
TQString exe = KStandardDirs::findExe( "x-www-browser" ); TQString exe = TDEStandardDirs::findExe( "x-www-browser" );
if( !exe.isNull() ) if( !exe.isNull() )
{ {
@ -7586,7 +7586,7 @@ RosegardenGUIApp::slotTutorial()
void void
RosegardenGUIApp::slotBugGuidelines() RosegardenGUIApp::slotBugGuidelines()
{ {
TQString exe = KStandardDirs::findExe( "x-www-browser" ); TQString exe = TDEStandardDirs::findExe( "x-www-browser" );
if( !exe.isNull() ) if( !exe.isNull() )
{ {

Loading…
Cancel
Save