From eb2210c94488f6c57159fede9a98891e4f3a1a52 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 5 Nov 2021 18:54:42 +0900 Subject: More conversion polkitqt1 -> polkit-tqt. Started conversion of 'core' library module. Signed-off-by: Michele Calgaro --- gui/polkittqt1-gui-action.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gui/polkittqt1-gui-action.h') 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 @@ -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 -- cgit v1.2.1