diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-10-30 13:47:29 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-10-30 13:47:29 +0900 |
commit | e8494e60efeb94c67c813d1c1c038031915e8c17 (patch) | |
tree | 3238b3e8ceeb577a8eda00da66704c7e5fc6f9f5 /examples/agent/pkagentexample.h | |
parent | 28de2ff84f59ac0b173670aa9c5331bc77c1e63f (diff) | |
download | polkit-tqt-e8494e60efeb94c67c813d1c1c038031915e8c17.tar.gz polkit-tqt-e8494e60efeb94c67c813d1c1c038031915e8c17.zip |
Raw Qt->TQt conversion using tde/scripts/conversions/qt3-tqt3/convert_existing_qt3_app_to_tqt3.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples/agent/pkagentexample.h')
-rw-r--r-- | examples/agent/pkagentexample.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/agent/pkagentexample.h b/examples/agent/pkagentexample.h index 62c7035a5..61dfb3dab 100644 --- a/examples/agent/pkagentexample.h +++ b/examples/agent/pkagentexample.h @@ -24,11 +24,11 @@ #define POLKIT_AGENT_I_KNOW_API_IS_SUBJECT_TO_CHANGE 1 -#include <QtDBus/QDBusContext> -#include <QCoreApplication> +#include <TQtDBus/TQDBusContext> +#include <TQCoreApplication> #include "klistener.h" -class PkAgentExample : public QCoreApplication +class PkAgentExample : public TQCoreApplication { Q_OBJECT public: |