summaryrefslogtreecommitdiffstats
path: root/examples/agent/klistener.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-11-12 22:58:55 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-11-12 22:58:55 +0900
commit8f1d08da58bce00523534cf39807732f7dee91ce (patch)
tree89b1626237ca159c85e9489330bd24bc10040a6b /examples/agent/klistener.h
parent4606c91f4c62ae540df8edca973c2c5e405227d7 (diff)
downloadpolkit-tqt-8f1d08da58bce00523534cf39807732f7dee91ce.tar.gz
polkit-tqt-8f1d08da58bce00523534cf39807732f7dee91ce.zip
More PolkitTQt1 -> PolkitTQt renaming.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples/agent/klistener.h')
-rw-r--r--examples/agent/klistener.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/agent/klistener.h b/examples/agent/klistener.h
index 67c3722cc..a4367f981 100644
--- a/examples/agent/klistener.h
+++ b/examples/agent/klistener.h
@@ -29,7 +29,7 @@
#include "core/polkittqt1-details.h"
#include "agent/polkittqt1-agent-session.h"
-class KListener : public PolkitTQt1::Agent::Listener
+class KListener : public PolkitTQt::Agent::Listener
{
Q_OBJECT
TQ_DISABLE_COPY(KListener)
@@ -40,10 +40,10 @@ public Q_SLOTS:
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,
- PolkitTQt1::Agent::AsyncResult *result);
+ const PolkitTQt::Identity::List &identities,
+ PolkitTQt::Agent::AsyncResult *result);
bool initiateAuthenticationFinish();
void cancelAuthentication();