summaryrefslogtreecommitdiffstats
path: root/examples/PkExample.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2021-11-12 22:58:55 +0900
committerMichele Calgaro <[email protected]>2021-11-12 22:58:55 +0900
commit8f1d08da58bce00523534cf39807732f7dee91ce (patch)
tree89b1626237ca159c85e9489330bd24bc10040a6b /examples/PkExample.cpp
parent4606c91f4c62ae540df8edca973c2c5e405227d7 (diff)
downloadpolkit-tqt-8f1d08da58bce00523534cf39807732f7dee91ce.tar.gz
polkit-tqt-8f1d08da58bce00523534cf39807732f7dee91ce.zip
More PolkitTQt1 -> PolkitTQt renaming.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'examples/PkExample.cpp')
-rw-r--r--examples/PkExample.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/PkExample.cpp b/examples/PkExample.cpp
index 5c0e57d22..e200009d3 100644
--- a/examples/PkExample.cpp
+++ b/examples/PkExample.cpp
@@ -29,8 +29,8 @@
#include <TQtDBus/TQDBusMessage>
#include <TQtDBus/TQDBusConnection>
-using namespace PolkitTQt1;
-using namespace PolkitTQt1::Gui;
+using namespace PolkitTQt;
+using namespace PolkitTQt::Gui;
PkExample::PkExample(TQMainWindow *parent)
: TQMainWindow(parent)