diff options
Diffstat (limited to 'agent/polkitqt1-agent-listener.h')
-rw-r--r-- | agent/polkitqt1-agent-listener.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/agent/polkitqt1-agent-listener.h b/agent/polkitqt1-agent-listener.h index 964cc84a2..d8fdb76d3 100644 --- a/agent/polkitqt1-agent-listener.h +++ b/agent/polkitqt1-agent-listener.h @@ -18,8 +18,8 @@ * Boston, MA 02110-1301, USA. */ -#ifndef POLKITTQT1_AGENT_LISTENER_H -#define POLKITTQT1_AGENT_LISTENER_H +#ifndef POLKIT_TQT_AGENT_LISTENER_H +#define POLKIT_TQT_AGENT_LISTENER_H #include "polkit-tqt-export.h" @@ -31,14 +31,14 @@ typedef struct _PolkitAgentListener PolkitAgentListener; -namespace PolkitTQt1 +namespace PolkitTQt { class Subject; class Identity; class Details; } -namespace PolkitTQt1 +namespace PolkitTQt { namespace Agent @@ -58,7 +58,7 @@ class ListenerPrivate; * You can also use Session class to authenticate users however it isn't required. * \sa Session */ -class POLKITTQT1_EXPORT Listener : public TQObject +class POLKIT_TQT_EXPORT Listener : public TQObject { Q_OBJECT TQ_DISABLE_COPY(Listener) @@ -93,7 +93,7 @@ public: * \param objectPath DBus object path * \return \c True if the polkittqt1-agent-listener.has been registered, \c False otherwise */ - bool registerListener(const PolkitTQt1::Subject &subject, const TQString &objectPath); + bool registerListener(const PolkitTQt::Subject &subject, const TQString &objectPath); /** * \brief Returns pointer to the PolkitAgentListener. @@ -126,9 +126,9 @@ public Q_SLOTS: virtual void initiateAuthentication(const TQString &actionId, const TQString &message, const TQString &iconName, - const PolkitTQt1::Details &details, + const PolkitTQt::Details &details, const TQString &cookie, - const PolkitTQt1::Identity::List &identities, + const PolkitTQt::Identity::List &identities, AsyncResult *result) = 0; /** |