diff options
author | Michele Calgaro <[email protected]> | 2021-11-12 22:58:55 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2021-11-12 22:58:55 +0900 |
commit | 8f1d08da58bce00523534cf39807732f7dee91ce (patch) | |
tree | 89b1626237ca159c85e9489330bd24bc10040a6b /gui/polkittqt1-gui-action.h | |
parent | 4606c91f4c62ae540df8edca973c2c5e405227d7 (diff) | |
download | polkit-tqt-8f1d08da58bce00523534cf39807732f7dee91ce.tar.gz polkit-tqt-8f1d08da58bce00523534cf39807732f7dee91ce.zip |
More PolkitTQt1 -> PolkitTQt renaming.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'gui/polkittqt1-gui-action.h')
-rw-r--r-- | gui/polkittqt1-gui-action.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gui/polkittqt1-gui-action.h b/gui/polkittqt1-gui-action.h index 9e0fb255a..802a790f8 100644 --- a/gui/polkittqt1-gui-action.h +++ b/gui/polkittqt1-gui-action.h @@ -19,21 +19,22 @@ * Boston, MA 02110-1301, USA. */ -#ifndef POLKITTQT1_GUI_ACTION_H -#define POLKITTQT1_GUI_ACTION_H +#ifndef POLKIT_TQT_GUI_ACTION_H +#define POLKIT_TQT_GUI_ACTION_H #include "polkit-tqt-export.h" #include <TQtGui/TQAction> -namespace PolkitTQt1 + +namespace PolkitTQt { namespace Gui { /** - * \class Action polkittqt1-gui-action.h Action + * \class Action polkit-tqt-gui-action.h Action * \author Daniel Nicoletti <[email protected]> * \author Dario Freddi <[email protected]> * |