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-actionbuttons.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-actionbuttons.h')
-rw-r--r-- | gui/polkittqt1-gui-actionbuttons.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gui/polkittqt1-gui-actionbuttons.h b/gui/polkittqt1-gui-actionbuttons.h index 753a5e5c4..4324b0bf9 100644 --- a/gui/polkittqt1-gui-actionbuttons.h +++ b/gui/polkittqt1-gui-actionbuttons.h @@ -18,12 +18,12 @@ * Boston, MA 02110-1301, USA. */ -#ifndef POLKITTQT1_GUI_ACTIONBUTTONS_H -#define POLKITTQT1_GUI_ACTIONBUTTONS_H +#ifndef POLKIT_TQT_GUI_ACTIONBUTTONS_H +#define POLKIT_TQT_GUI_ACTIONBUTTONS_H -#include "polkittqt1-gui-actionbutton.h" +#include "polkit-tqt-gui-actionbutton.h" -namespace PolkitTQt1 +namespace PolkitTQt { namespace Gui @@ -31,7 +31,7 @@ namespace Gui class ActionButtonsPrivate; /** - * \class ActionButtons polkittqt1-gui-actionbuttons.h ActionButtons + * \class ActionButtons polkit-tqt-gui-actionbuttons.h ActionButtons * \author Dario Freddi <[email protected]> * * \brief Class used to hold and update a list of TQAbstractButtons |