diff options
author | Emanoil Kotsev <deloptes@gmail.com> | 2024-11-10 12:00:32 +0000 |
---|---|---|
committer | Emanoil Kotsev <deloptes@gmail.com> | 2024-12-04 23:40:40 +0000 |
commit | 3bd723f9f9f729541c98c9e03a69bfa650b4905d (patch) | |
tree | 3e9ceaf0478fbb869d67f4d12346d7542bef86f5 | |
parent | 5ed2c219bb5ba9fce6d26c8e26bc85ffa1965c15 (diff) | |
download | kdbusnotification-3bd723f9f9f729541c98c9e03a69bfa650b4905d.tar.gz kdbusnotification-3bd723f9f9f729541c98c9e03a69bfa650b4905d.zip |
renamed notificationsProxy to notificationdaemon to match recipe for created proxy and interfaces from xml
Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
-rw-r--r-- | src/daemon/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/CMakeLists.txt b/src/daemon/CMakeLists.txt index 9ba7c4e..f9a24b3 100644 --- a/src/daemon/CMakeLists.txt +++ b/src/daemon/CMakeLists.txt @@ -37,7 +37,7 @@ add_custom_command( WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} ) -make_moc ( notificationsProxy ) +make_moc ( notificationdaemon ) tde_add_executable( notification-daemon-tde AUTOMOC SOURCES ${NotificationDaemon_SRCS} notificationNodeService.cpp |