diff options
Diffstat (limited to 'lib/kofficecore/KoDocumentIface.cpp')
-rw-r--r-- | lib/kofficecore/KoDocumentIface.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kofficecore/KoDocumentIface.cpp b/lib/kofficecore/KoDocumentIface.cpp index e0196fdf3..e63b1b1c8 100644 --- a/lib/kofficecore/KoDocumentIface.cpp +++ b/lib/kofficecore/KoDocumentIface.cpp @@ -86,12 +86,12 @@ DCOPRef KoDocumentIface::view( int idx ) if ( !obj ) return DCOPRef(); - return DCOPRef( kapp->dcopClient()->appId(), obj->objId() ); + return DCOPRef( tdeApp->dcopClient()->appId(), obj->objId() ); } DCOPRef KoDocumentIface::action( const TQCString &name ) { - return DCOPRef( kapp->dcopClient()->appId(), m_actionProxy->actionObjectId( name ) ); + return DCOPRef( tdeApp->dcopClient()->appId(), m_actionProxy->actionObjectId( name ) ); } QCStringList KoDocumentIface::actions() |