diff options
author | Mavridis Philippe <mavridisf@gmail.com> | 2023-07-07 12:11:36 +0300 |
---|---|---|
committer | Mavridis Philippe <mavridisf@gmail.com> | 2023-07-07 12:11:36 +0300 |
commit | 0afaf315c0c37aee141acacc28b1f6a768bc3437 (patch) | |
tree | d2d9b1af7ff28d0c3b772ef2fffe11fbe8c81d0e /twin-styles/smooth-blend | |
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 <mavridisf@gmail.com>
Diffstat (limited to 'twin-styles/smooth-blend')
-rw-r--r-- | twin-styles/smooth-blend/client/CMakeLists.txt | 4 | ||||
-rw-r--r-- | twin-styles/smooth-blend/client/Makefile.am | 12 | ||||
-rw-r--r-- | twin-styles/smooth-blend/client/smoothblend.desktop | 2 |
3 files changed, 9 insertions, 9 deletions
diff --git a/twin-styles/smooth-blend/client/CMakeLists.txt b/twin-styles/smooth-blend/client/CMakeLists.txt index d44bda47..f9d3e063 100644 --- a/twin-styles/smooth-blend/client/CMakeLists.txt +++ b/twin-styles/smooth-blend/client/CMakeLists.txt @@ -34,9 +34,9 @@ tde_create_translated_desktop( ) -##### twin3_smoothblend ########################## +##### twin_smoothblend ########################## -tde_add_kpart( twin3_smoothblend AUTOMOC +tde_add_kpart( twin_smoothblend AUTOMOC SOURCES smoothblend.cpp LINK tdecorations-shared DESTINATION ${PLUGIN_INSTALL_DIR} diff --git a/twin-styles/smooth-blend/client/Makefile.am b/twin-styles/smooth-blend/client/Makefile.am index 4470d8f5..dd471274 100644 --- a/twin-styles/smooth-blend/client/Makefile.am +++ b/twin-styles/smooth-blend/client/Makefile.am @@ -11,10 +11,10 @@ twin_DATA = smoothblend.desktop noinst_HEADERS = smoothblend.h buttons.h -kde_module_LTLIBRARIES = twin3_smoothblend.la -twin3_smoothblend_la_SOURCES = smoothblend.cpp -twin3_smoothblend_la_LIBADD = -ltdecorations -twin3_smoothblend_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -ltdecore -module $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx -twin3_smoothblend_la_METASOURCES = AUTO +kde_module_LTLIBRARIES = twin_smoothblend.la +twin_smoothblend_la_SOURCES = smoothblend.cpp +twin_smoothblend_la_LIBADD = -ltdecorations +twin_smoothblend_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -ltdecore -module $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx +twin_smoothblend_la_METASOURCES = AUTO -DISTCLEANFILES = $(twin3_smoothblend_la_METASOURCES) +DISTCLEANFILES = $(twin_smoothblend_la_METASOURCES) diff --git a/twin-styles/smooth-blend/client/smoothblend.desktop b/twin-styles/smooth-blend/client/smoothblend.desktop index 97500996..35eb4efa 100644 --- a/twin-styles/smooth-blend/client/smoothblend.desktop +++ b/twin-styles/smooth-blend/client/smoothblend.desktop @@ -1,3 +1,3 @@ [Desktop Entry] Name=Smooth Blend -X-TDE-Library=twin3_smoothblend +X-TDE-Library=twin_smoothblend |