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/openlook | |
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/openlook')
-rw-r--r-- | twin-styles/openlook/CMakeLists.txt | 4 | ||||
-rw-r--r-- | twin-styles/openlook/Makefile.am | 8 | ||||
-rw-r--r-- | twin-styles/openlook/openlook.desktop | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/twin-styles/openlook/CMakeLists.txt b/twin-styles/openlook/CMakeLists.txt index a6d9e152..8551f19b 100644 --- a/twin-styles/openlook/CMakeLists.txt +++ b/twin-styles/openlook/CMakeLists.txt @@ -29,9 +29,9 @@ tde_create_translated_desktop( ) -##### twin3_openlook ############################ +##### twin_openlook ############################ -tde_add_kpart( twin3_openlook AUTOMOC +tde_add_kpart( twin_openlook AUTOMOC SOURCES OpenLook.cpp LINK tdecorations-shared DESTINATION ${PLUGIN_INSTALL_DIR} diff --git a/twin-styles/openlook/Makefile.am b/twin-styles/openlook/Makefile.am index 5d6c4f7a..743c3f20 100644 --- a/twin-styles/openlook/Makefile.am +++ b/twin-styles/openlook/Makefile.am @@ -1,10 +1,10 @@ INCLUDES = $(all_includes) -kde_module_LTLIBRARIES = twin3_openlook.la +kde_module_LTLIBRARIES = twin_openlook.la -twin3_openlook_la_SOURCES = OpenLook.cpp -twin3_openlook_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx -twin3_openlook_la_LIBADD = -ltdecorations +twin_openlook_la_SOURCES = OpenLook.cpp +twin_openlook_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx +twin_openlook_la_LIBADD = -ltdecorations noinst_HEADERS = OpenLook.h METASOURCES = AUTO diff --git a/twin-styles/openlook/openlook.desktop b/twin-styles/openlook/openlook.desktop index 13c2a91f..70eb225f 100644 --- a/twin-styles/openlook/openlook.desktop +++ b/twin-styles/openlook/openlook.desktop @@ -1,3 +1,3 @@ [Desktop Entry] Name=OpenLook -X-TDE-Library=twin3_openlook +X-TDE-Library=twin_openlook |