diff options
author | Mavridis Philippe <[email protected]> | 2023-07-07 12:11:36 +0300 |
---|---|---|
committer | Mavridis Philippe <[email protected]> | 2023-07-07 12:11:36 +0300 |
commit | 0afaf315c0c37aee141acacc28b1f6a768bc3437 (patch) | |
tree | d2d9b1af7ff28d0c3b772ef2fffe11fbe8c81d0e /twin-styles/kstep/CMakeLists.txt | |
parent | 5f90bc99d3281b7d79e8c5ec34f3fc7c484c12af (diff) | |
download | tdeartwork-0afaf315c0c37aee141acacc28b1f6a768bc3437.tar.gz tdeartwork-0afaf315c0c37aee141acacc28b1f6a768bc3437.zip |
twin-styles: twin3_ to twin_ conversion
Related to TDE/tdebase#364
Signed-off-by: Mavridis Philippe <[email protected]>
Diffstat (limited to 'twin-styles/kstep/CMakeLists.txt')
-rw-r--r-- | twin-styles/kstep/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/twin-styles/kstep/CMakeLists.txt b/twin-styles/kstep/CMakeLists.txt index a47ddd3c..cfc77261 100644 --- a/twin-styles/kstep/CMakeLists.txt +++ b/twin-styles/kstep/CMakeLists.txt @@ -28,9 +28,9 @@ tde_create_translated_desktop( ) -##### twin3_kstep ############################### +##### twin_kstep ############################### -tde_add_kpart( twin3_kstep AUTOMOC +tde_add_kpart( twin_kstep AUTOMOC SOURCES nextclient.cpp LINK tdecorations-shared DESTINATION ${PLUGIN_INSTALL_DIR} |