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/kstep | |
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/kstep')
-rw-r--r-- | twin-styles/kstep/CMakeLists.txt | 4 | ||||
-rw-r--r-- | twin-styles/kstep/Makefile.am | 8 | ||||
-rw-r--r-- | twin-styles/kstep/kstep.desktop | 2 |
3 files changed, 7 insertions, 7 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} diff --git a/twin-styles/kstep/Makefile.am b/twin-styles/kstep/Makefile.am index bfda21da..e6c1f0ce 100644 --- a/twin-styles/kstep/Makefile.am +++ b/twin-styles/kstep/Makefile.am @@ -1,12 +1,12 @@ INCLUDES = $(all_includes) -kde_module_LTLIBRARIES = twin3_kstep.la +kde_module_LTLIBRARIES = twin_kstep.la -twin3_kstep_la_SOURCES = nextclient.cpp -twin3_kstep_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx +twin_kstep_la_SOURCES = nextclient.cpp +twin_kstep_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx #twin_kstep_la_LDFLAGS = $(all_libraries) -avoid-version -module $(KDE_RPATH) $(KDE_MT_LDFLAGS) -twin3_kstep_la_LIBADD = $(LIB_TDEUI) -ltdecorations +twin_kstep_la_LIBADD = $(LIB_TDEUI) -ltdecorations METASOURCES = AUTO noinst_HEADERS = nextclient.h diff --git a/twin-styles/kstep/kstep.desktop b/twin-styles/kstep/kstep.desktop index cc7a8639..f966140a 100644 --- a/twin-styles/kstep/kstep.desktop +++ b/twin-styles/kstep/kstep.desktop @@ -1,3 +1,3 @@ [Desktop Entry] Name=KStep -X-TDE-Library=twin3_kstep +X-TDE-Library=twin_kstep |