diff options
Diffstat (limited to 'examples/PkExample.cpp')
-rw-r--r-- | examples/PkExample.cpp | 4 |
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) |