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 /gui/polkittqt1-gui-action.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 'gui/polkittqt1-gui-action.h')
-rw-r--r-- | gui/polkittqt1-gui-action.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gui/polkittqt1-gui-action.h b/gui/polkittqt1-gui-action.h index 6ee42179c..9e0fb255a 100644 --- a/gui/polkittqt1-gui-action.h +++ b/gui/polkittqt1-gui-action.h @@ -22,7 +22,7 @@ #ifndef POLKITTQT1_GUI_ACTION_H #define POLKITTQT1_GUI_ACTION_H -#include "polkittqt1-export.h" +#include "polkit-tqt-export.h" #include <TQtGui/TQAction> @@ -207,7 +207,7 @@ public: * * \param pid The target process id; 0 if it is the current process */ - void setTargetPID(tqint64 pid); + void setTargetPID(TQ_LONG pid); /** * Gets the text of the action when it is in the specified state @@ -265,7 +265,7 @@ public: /** * \see setTargetPID */ - tqint64 targetPID() const; + TQ_LONG targetPID() const; /** * This method can be used to check the if the current action |