diff options
Diffstat (limited to 'tdeui/kdcopactionproxy.h')
-rw-r--r-- | tdeui/kdcopactionproxy.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeui/kdcopactionproxy.h b/tdeui/kdcopactionproxy.h index 0bb80fec1..683a77177 100644 --- a/tdeui/kdcopactionproxy.h +++ b/tdeui/kdcopactionproxy.h @@ -73,7 +73,7 @@ public: * object id. * * You can construct a global DCOP object referenence using DCOPRef. For example like - * DCOPRef( kapp->dcopClient()->appId, actionProxy->actionObjectId( actionName ) ); + * DCOPRef( tdeApp->dcopClient()->appId, actionProxy->actionObjectId( actionName ) ); * * The action with the given name has to be available through the #action method. */ @@ -83,7 +83,7 @@ public: * Returns a map of all exported actions, with the action name as keys and a global DCOP reference * as data entries. * The appId argument is used to specify the appid component of the DCOP reference. By default the - * global application id is used ( kapp->dcopClient()->appId() ) . + * global application id is used ( tdeApp->dcopClient()->appId() ) . */ virtual TQMap<TQCString,DCOPRef> actionMap( const TQCString &appId = TQCString() ) const; |