diff options
Diffstat (limited to 'core/polkit-tqt-authority.h')
-rw-r--r-- | core/polkit-tqt-authority.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/polkit-tqt-authority.h b/core/polkit-tqt-authority.h index 6d79d91af..4df6a8a02 100644 --- a/core/polkit-tqt-authority.h +++ b/core/polkit-tqt-authority.h @@ -112,7 +112,7 @@ class POLKIT_TQT_EXPORT Authority : public TQObject E_RegisterFailed = 0x06, /** Unregistration of authentication agent failed **/ E_UnregisterFailed = 0x07, - /** Cookie or polkittqt1-identity.handled to the action is empty **/ + /** Cookie or polkit-tqt-identity.handled to the action is empty **/ E_CookieOrIdentityEmpty = 0x08, /** Response of auth agent failed **/ E_AgentResponseFailed = 0x09, |