diff options
author | Michele Calgaro <[email protected]> | 2021-11-12 22:58:55 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2021-11-12 22:58:55 +0900 |
commit | 8f1d08da58bce00523534cf39807732f7dee91ce (patch) | |
tree | 89b1626237ca159c85e9489330bd24bc10040a6b /examples/PkExampleHelper.cpp | |
parent | 4606c91f4c62ae540df8edca973c2c5e405227d7 (diff) | |
download | polkit-tqt-8f1d08da58bce00523534cf39807732f7dee91ce.tar.gz polkit-tqt-8f1d08da58bce00523534cf39807732f7dee91ce.zip |
More PolkitTQt1 -> PolkitTQt renaming.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'examples/PkExampleHelper.cpp')
-rw-r--r-- | examples/PkExampleHelper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/PkExampleHelper.cpp b/examples/PkExampleHelper.cpp index 97a634411..45b9efed4 100644 --- a/examples/PkExampleHelper.cpp +++ b/examples/PkExampleHelper.cpp @@ -31,7 +31,7 @@ #define MINUTE 60000 -using namespace PolkitTQt1; +using namespace PolkitTQt; PkExampleHelper::PkExampleHelper(int &argc, char **argv) : TQCoreApplication(argc, argv) |