diff options
Diffstat (limited to 'lib/kofficecore/KoViewIface.cpp')
-rw-r--r-- | lib/kofficecore/KoViewIface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kofficecore/KoViewIface.cpp b/lib/kofficecore/KoViewIface.cpp index 18c5dae57..bb6159f60 100644 --- a/lib/kofficecore/KoViewIface.cpp +++ b/lib/kofficecore/KoViewIface.cpp @@ -55,7 +55,7 @@ KoViewIface::~KoViewIface() DCOPRef KoViewIface::action( const TQCString &name ) { - return DCOPRef( kapp->dcopClient()->appId(), m_actionProxy->actionObjectId( name ) ); + return DCOPRef( tdeApp->dcopClient()->appId(), m_actionProxy->actionObjectId( name ) ); } QCStringList KoViewIface::actions() |