summaryrefslogtreecommitdiffstats
path: root/examples/PkExampleHelper.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2021-10-30 13:47:29 +0900
committerMichele Calgaro <[email protected]>2021-10-30 13:47:29 +0900
commite8494e60efeb94c67c813d1c1c038031915e8c17 (patch)
tree3238b3e8ceeb577a8eda00da66704c7e5fc6f9f5 /examples/PkExampleHelper.h
parent28de2ff84f59ac0b173670aa9c5331bc77c1e63f (diff)
downloadpolkit-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 <[email protected]>
Diffstat (limited to 'examples/PkExampleHelper.h')
-rw-r--r--examples/PkExampleHelper.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/examples/PkExampleHelper.h b/examples/PkExampleHelper.h
index bf69e03f7..825a14bf0 100644
--- a/examples/PkExampleHelper.h
+++ b/examples/PkExampleHelper.h
@@ -22,20 +22,20 @@
#ifndef PKEXAMPLE_HELPER_H
#define PKEXAMPLE_HELPER_H
-#include <QtDBus/QDBusContext>
-#include <QtCore/QCoreApplication>
+#include <TQtDBus/TQDBusContext>
+#include <TQtCore/TQCoreApplication>
-class PkExampleHelper : public QCoreApplication, protected QDBusContext
+class PkExampleHelper : public TQCoreApplication, protected TQDBusContext
{
Q_OBJECT
- Q_CLASSINFO("D-Bus Interface", "org.qt.policykit.examples")
+ TQ_CLASSINFO("D-Bus Interface", "org.qt.policykit.examples")
public:
PkExampleHelper(int &argc, char **argv);
~PkExampleHelper();
public Q_SLOTS:
- bool set(const QString &action);
- bool setValue(const QString &action);
+ bool set(const TQString &action);
+ bool setValue(const TQString &action);
};