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 ed48509e1..a5f2a0d40 100644 --- a/agent/polkitqt1-agent-listener.h +++ b/agent/polkitqt1-agent-listener.h @@ -1,5 +1,5 @@ /* - * This file is part of the Polkit-qt project + * This file is part of the Polkit-tqt project * Copyright (C) 2009 Jaroslav Reznik <jreznik@redhat.com> * * This library is free software; you can redistribute it and/or @@ -18,14 +18,14 @@ * Boston, MA 02110-1301, USA. */ -#ifndef POLKITQT1_AGENT_LISTENER_H -#define POLKITQT1_AGENT_LISTENER_H +#ifndef POLKITTQT1_AGENT_LISTENER_H +#define POLKITTQT1_AGENT_LISTENER_H -#include "polkitqt1-export.h" +#include "polkittqt1-export.h" #include <TQtCore/TQObject> -#include "polkitqt1-agent-session.h" +#include "polkittqt1-agent-session.h" #define POLKIT_AGENT_I_KNOW_API_IS_SUBJECT_TO_CHANGE 1 @@ -46,7 +46,7 @@ namespace Agent class ListenerPrivate; /** - * \class Listener polkitqt1-agent-listener.h Listener + * \class Listener polkittqt1-agent-listener.h Listener * \author Jaroslav Reznik <jreznik@redhat.com> * * \brief Listener is abstract class used for implementing authentication agents. @@ -58,7 +58,7 @@ class ListenerPrivate; * You can also use Session class to authenticate users however it isn't required. * \sa Session */ -class POLKITQT1_EXPORT Listener : public TQObject +class POLKITTQT1_EXPORT Listener : public TQObject { Q_OBJECT TQ_DISABLE_COPY(Listener) @@ -91,7 +91,7 @@ public: * * \param subject Subject that listener will be registered for * \param objectPath DBus object path - * \return \c True if the polkitqt1-agent-listener.has been registered, \c False otherwise + * \return \c True if the polkittqt1-agent-listener.has been registered, \c False otherwise */ bool registerListener(const PolkitTQt1::Subject &subject, const TQString &objectPath); |