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-actiondescription.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-actiondescription.h')
-rw-r--r-- | core/polkittqt1-actiondescription.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/polkittqt1-actiondescription.h b/core/polkittqt1-actiondescription.h index 666f3be67..3a6792654 100644 --- a/core/polkittqt1-actiondescription.h +++ b/core/polkittqt1-actiondescription.h @@ -22,7 +22,7 @@ #ifndef POLKITTQT1_ACTION_DESCRIPTION_H #define POLKITTQT1_ACTION_DESCRIPTION_H -#include "polkittqt1-export.h" +#include "polkit-tqt-export.h" #include <TQtCore/TQList> #include <TQtCore/TQMetaType> @@ -30,7 +30,7 @@ typedef struct _PolkitActionDescription PolkitActionDescription; -namespace PolkitTQt1 +namespace PolkitTQt { /** * \class ActionDescription polkittqt1-actiondescription.h ActionDescription @@ -39,7 +39,7 @@ namespace PolkitTQt1 * * \brief Class used to encapsulate a registered action. */ -class POLKITTQT1_EXPORT ActionDescription +class POLKIT_TQT_EXPORT ActionDescription { public: enum ImplicitAuthorization { @@ -144,6 +144,6 @@ private: }; } -TQ_DECLARE_METATYPE(PolkitTQt1::ActionDescription::List) +TQ_DECLARE_METATYPE(PolkitTQt::ActionDescription::List) #endif //POLKIT_TQT_ACTION_DESCRIPTION_H |