diff options
author | Michele Calgaro <[email protected]> | 2021-11-05 18:54:42 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2021-11-05 18:54:42 +0900 |
commit | eb2210c94488f6c57159fede9a98891e4f3a1a52 (patch) | |
tree | 5a00e2f85696aef16ef7bf9c1655f0ca76243195 /core/polkittqt1-details.h | |
parent | 58baf01dab5d45b890534bf8a1eb42d677332407 (diff) | |
download | polkit-tqt-eb2210c94488f6c57159fede9a98891e4f3a1a52.tar.gz polkit-tqt-eb2210c94488f6c57159fede9a98891e4f3a1a52.zip |
More conversion polkitqt1 -> polkit-tqt.
Started conversion of 'core' library module.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'core/polkittqt1-details.h')
-rw-r--r-- | core/polkittqt1-details.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/core/polkittqt1-details.h b/core/polkittqt1-details.h index 89e4e5b80..9bd71618f 100644 --- a/core/polkittqt1-details.h +++ b/core/polkittqt1-details.h @@ -21,7 +21,7 @@ #ifndef POLKITTQT1_DETAILS_H #define POLKITTQT1_DETAILS_H -#include "polkittqt1-export.h" +#include "polkit-tqt-export.h" #include <TQtCore/TQObject> #include <TQtCore/TQSharedData> @@ -29,13 +29,13 @@ typedef struct _PolkitDetails PolkitDetails; /** - * \namespace PolkitTQt1 PolkitTQt + * \namespace PolkitTQt PolkitTQt * * \brief Namespace wrapping Polkit-TQt classes * * This namespace wraps all Polkit-TQt classes. */ -namespace PolkitTQt1 +namespace PolkitTQt { /** @@ -44,7 +44,7 @@ namespace PolkitTQt1 * * \brief Class used for passing details around. */ -class POLKITTQT1_EXPORT Details +class POLKIT_TQT_EXPORT Details { public: /** @@ -89,7 +89,7 @@ public: TQStringList keys() const; private: class Data; - TQExplicitlySharedDataPointer< Data > d; + Data *d; }; } |