diff options
Diffstat (limited to 'src/k3bmixedprojectinterface.cpp')
-rw-r--r-- | src/k3bmixedprojectinterface.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/k3bmixedprojectinterface.cpp b/src/k3bmixedprojectinterface.cpp index a49b61a..b8d9492 100644 --- a/src/k3bmixedprojectinterface.cpp +++ b/src/k3bmixedprojectinterface.cpp @@ -36,11 +36,11 @@ K3bMixedProjectInterface::K3bMixedProjectInterface( K3bMixedDoc* doc, const char DCOPRef K3bMixedProjectInterface::dataPart() const { - return DCOPRef( kapp->dcopClient()->appId(), m_dataInterface->objId() ); + return DCOPRef( tdeApp->dcopClient()->appId(), m_dataInterface->objId() ); } DCOPRef K3bMixedProjectInterface::audioPart() const { - return DCOPRef( kapp->dcopClient()->appId(), m_audioInterface->objId() ); + return DCOPRef( tdeApp->dcopClient()->appId(), m_audioInterface->objId() ); } |