From e8494e60efeb94c67c813d1c1c038031915e8c17 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 30 Oct 2021 13:47:29 +0900 Subject: Raw Qt->TQt conversion using tde/scripts/conversions/qt3-tqt3/convert_existing_qt3_app_to_tqt3. Signed-off-by: Michele Calgaro --- core/polkitqt1-details.h | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'core/polkitqt1-details.h') diff --git a/core/polkitqt1-details.h b/core/polkitqt1-details.h index dc55f854c..2cb18163c 100644 --- a/core/polkitqt1-details.h +++ b/core/polkitqt1-details.h @@ -23,19 +23,19 @@ #include "polkitqt1-export.h" -#include -#include +#include +#include typedef struct _PolkitDetails PolkitDetails; /** - * \namespace PolkitQt1 PolkitQt + * \namespace PolkitTQt1 PolkitTQt * - * \brief Namespace wrapping Polkit-Qt classes + * \brief Namespace wrapping Polkit-TQt classes * - * This namespace wraps all Polkit-Qt classes. + * This namespace wraps all Polkit-TQt classes. */ -namespace PolkitQt1 +namespace PolkitTQt1 { /** @@ -69,9 +69,9 @@ public: * Get the value for \p key * * \param key A key - * \return Value of the key \p key, otherwise empty QString. + * \return Value of the key \p key, otherwise empty TQString. */ - QString lookup(const QString &key) const; + TQString lookup(const TQString &key) const; /** * Inserts key \p key with value \p value. @@ -79,17 +79,17 @@ public: * \param key A key. * \param value A value. */ - void insert(const QString &key, const QString &value); + void insert(const TQString &key, const TQString &value); /** * Gets a list of all keys. * * \return List of all keys. */ - QStringList keys() const; + TQStringList keys() const; private: class Data; - QExplicitlySharedDataPointer< Data > d; + TQExplicitlySharedDataPointer< Data > d; }; } -- cgit v1.2.1