diff options
Diffstat (limited to 'libkonq/konq_operations.cc')
-rw-r--r-- | libkonq/konq_operations.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libkonq/konq_operations.cc b/libkonq/konq_operations.cc index 63a11af44..afed003dc 100644 --- a/libkonq/konq_operations.cc +++ b/libkonq/konq_operations.cc @@ -437,7 +437,7 @@ void KonqOperations::asyncDrop( const KFileItem * destItem ) { stringList.append((*it).url()); } - if ( KApplication::startServiceByDesktopPath( m_destURL.path(), stringList, &error ) > 0 ) + if ( TDEApplication::startServiceByDesktopPath( m_destURL.path(), stringList, &error ) > 0 ) KMessageBox::error( 0L, error ); } else @@ -645,7 +645,7 @@ void KonqOperations::rename( TQWidget * parent, const KURL & oldurl, const KURL& KConfigGroupSaver cgs( globalConfig, "Paths" ); globalConfig->writePathEntry("Desktop" , newurl.path(), true, true ); globalConfig->sync(); - KIPC::sendMessageAll(KIPC::SettingsChanged, KApplication::SETTINGS_PATHS); + KIPC::sendMessageAll(KIPC::SettingsChanged, TDEApplication::SETTINGS_PATHS); } } |