From 93943a849d1abc2003ceefe294dc419b9927f7d0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 21:49:59 -0600 Subject: Rename KStartup for enhanced compatibility with KDE4 --- khelpcenter/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'khelpcenter/mainwindow.cpp') diff --git a/khelpcenter/mainwindow.cpp b/khelpcenter/mainwindow.cpp index a3093fabf..836307460 100644 --- a/khelpcenter/mainwindow.cpp +++ b/khelpcenter/mainwindow.cpp @@ -359,7 +359,7 @@ void MainWindow::openUrl( const TQString &url ) void MainWindow::openUrl( const TQString &url, const TQCString& startup_id ) { - KStartupInfo::setNewStartupId( this, startup_id ); + TDEStartupInfo::setNewStartupId( this, startup_id ); openUrl( KURL( url ) ); } -- cgit v1.2.3