diff options
Diffstat (limited to 'examples/PkExampleHelper.h')
-rw-r--r-- | examples/PkExampleHelper.h | 12 |
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); }; |