summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-11-12 22:58:55 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-11-12 22:58:55 +0900
commit8f1d08da58bce00523534cf39807732f7dee91ce (patch)
tree89b1626237ca159c85e9489330bd24bc10040a6b /core
parent4606c91f4c62ae540df8edca973c2c5e405227d7 (diff)
downloadpolkit-tqt-8f1d08da58bce00523534cf39807732f7dee91ce.tar.gz
polkit-tqt-8f1d08da58bce00523534cf39807732f7dee91ce.zip
More PolkitTQt1 -> PolkitTQt renaming.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'core')
-rw-r--r--core/CMakeLists.txt12
-rw-r--r--core/polkit-tqt-authority.h2
2 files changed, 8 insertions, 6 deletions
diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt
index 896959b84..f9e782a94 100644
--- a/core/CMakeLists.txt
+++ b/core/CMakeLists.txt
@@ -11,8 +11,8 @@
include_directories(
${CMAKE_SOURCE_DIR}
- ${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_CURRENT_SOURCE_DIR}
+ ${CMAKE_CURRENT_BINARY_DIR}
${TQT_INCLUDE_DIRS}
${POLKIT_INCLUDE_DIRS}
)
@@ -24,20 +24,22 @@ link_directories(
##### install headers ###########################
-install( FILES
+install(
+ FILES
polkit-tqt-actiondescription.h
polkit-tqt-authority.h
polkit-tqt-details.h
polkit-tqt-identity.h
polkit-tqt-subject.h
polkit-tqt-temporaryauthorization.h
- DESTINATION ${INCLUDE_INSTALL_DIR} )
+ DESTINATION ${INCLUDE_INSTALL_DIR}
+)
##### polkit-tqt-core (shared) #########################
tde_add_library( polkit-tqt-core SHARED AUTOMOC
- SOURCES ${polkit_tqt_MOCS}
+ SOURCES ${polkit_tqt_core_MOCS}
polkit-tqt-actiondescription.cpp
polkit-tqt-authority.cpp
polkit-tqt-details.cpp
@@ -53,4 +55,4 @@ tde_add_library( polkit-tqt-core SHARED AUTOMOC
##
## set_target_properties(polkit-tqt-core-1 PROPERTIES VERSION ${POLKITTQT-1_LIBRARY_VERSION}
## SOVERSION ${POLKITTQT-1_ABI_VERSION}
-## DEFINE_SYMBOL MAKE_POLKITTQT1_LIB)
+## DEFINE_SYMBOL MAKE_POLKIT_TQT_LIB)
diff --git a/core/polkit-tqt-authority.h b/core/polkit-tqt-authority.h
index 6d79d91af..4df6a8a02 100644
--- a/core/polkit-tqt-authority.h
+++ b/core/polkit-tqt-authority.h
@@ -112,7 +112,7 @@ class POLKIT_TQT_EXPORT Authority : public TQObject
E_RegisterFailed = 0x06,
/** Unregistration of authentication agent failed **/
E_UnregisterFailed = 0x07,
- /** Cookie or polkittqt1-identity.handled to the action is empty **/
+ /** Cookie or polkit-tqt-identity.handled to the action is empty **/
E_CookieOrIdentityEmpty = 0x08,
/** Response of auth agent failed **/
E_AgentResponseFailed = 0x09,