summaryrefslogtreecommitdiffstats
path: root/examples/agent/pkagentexample.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-10-31 00:13:21 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-10-31 00:14:22 +0900
commite8933e99b4600d91e9eab7d1ad3a2d35813028a9 (patch)
treeb2899fd1ef651a1bff56918ace94625a4bc14aa0 /examples/agent/pkagentexample.cpp
parente8494e60efeb94c67c813d1c1c038031915e8c17 (diff)
downloadpolkit-tqt-e8933e99b4600d91e9eab7d1ad3a2d35813028a9.tar.gz
polkit-tqt-e8933e99b4600d91e9eab7d1ad3a2d35813028a9.zip
More Qt->TQt conversion and some clean up.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples/agent/pkagentexample.cpp')
-rw-r--r--examples/agent/pkagentexample.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/agent/pkagentexample.cpp b/examples/agent/pkagentexample.cpp
index 858376c22..8537aa832 100644
--- a/examples/agent/pkagentexample.cpp
+++ b/examples/agent/pkagentexample.cpp
@@ -4,7 +4,7 @@
#include "pkagentexample.h"
#include <glib-object.h>
#include <TQtCore/TQDebug>
-#include "polkitqt1-subject.h"
+#include "polkittqt1-subject.h"
PkAgentExample::PkAgentExample(int &argc, char **argv)
: TQCoreApplication(argc, argv)