diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 21:49:59 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 21:49:59 -0600 |
commit | 93943a849d1abc2003ceefe294dc419b9927f7d0 (patch) | |
tree | a6c2696cdd5c3b5339f2b6f821062a32cf46ae53 /khelpcenter | |
parent | 01c60a267846a8712bca34218ecf7da57566c049 (diff) | |
download | tdebase-93943a849d1abc2003ceefe294dc419b9927f7d0.tar.gz tdebase-93943a849d1abc2003ceefe294dc419b9927f7d0.zip |
Rename KStartup for enhanced compatibility with KDE4
Diffstat (limited to 'khelpcenter')
-rw-r--r-- | khelpcenter/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) ); } |