diff options
author | Mavridis Philippe <[email protected]> | 2023-06-22 15:07:49 +0300 |
---|---|---|
committer | Mavridis Philippe <[email protected]> | 2023-07-07 12:03:16 +0300 |
commit | 88ea716029699830af75615bb9a0cbaf213a01ba (patch) | |
tree | 8631a693155c9dddc45ef12ab83086e12d72afe0 /twin/clients/laptop | |
parent | 84ab47055dcfb9cf1bb11a22c8ab6de3fb0819b7 (diff) | |
download | tdebase-88ea716029699830af75615bb9a0cbaf213a01ba.tar.gz tdebase-88ea716029699830af75615bb9a0cbaf213a01ba.zip |
KWin: rename client libraries twin3_* -> twin_*
Signed-off-by: Mavridis Philippe <[email protected]>
Diffstat (limited to 'twin/clients/laptop')
-rw-r--r-- | twin/clients/laptop/CMakeLists.txt | 4 | ||||
-rw-r--r-- | twin/clients/laptop/Makefile.am | 8 | ||||
-rw-r--r-- | twin/clients/laptop/laptop.desktop | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/twin/clients/laptop/CMakeLists.txt b/twin/clients/laptop/CMakeLists.txt index 479de7a84..9fe25af3a 100644 --- a/twin/clients/laptop/CMakeLists.txt +++ b/twin/clients/laptop/CMakeLists.txt @@ -30,9 +30,9 @@ tde_create_translated_desktop( ) -##### twin3_laptop (module) ##################### +##### twin_laptop (module) ##################### -tde_add_kpart( twin3_laptop AUTOMOC +tde_add_kpart( twin_laptop AUTOMOC SOURCES laptopclient.cpp LINK tdecorations-shared DESTINATION ${PLUGIN_INSTALL_DIR} diff --git a/twin/clients/laptop/Makefile.am b/twin/clients/laptop/Makefile.am index ccf1d359b..1788a8691 100644 --- a/twin/clients/laptop/Makefile.am +++ b/twin/clients/laptop/Makefile.am @@ -1,11 +1,11 @@ INCLUDES = -I$(srcdir)/../../lib $(all_includes) -kde_module_LTLIBRARIES = twin3_laptop.la +kde_module_LTLIBRARIES = twin_laptop.la -twin3_laptop_la_SOURCES = laptopclient.cpp -twin3_laptop_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -twin3_laptop_la_LIBADD = ../../lib/libtdecorations.la +twin_laptop_la_SOURCES = laptopclient.cpp +twin_laptop_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module +twin_laptop_la_LIBADD = ../../lib/libtdecorations.la METASOURCES = AUTO noinst_HEADERS = laptopclient.h diff --git a/twin/clients/laptop/laptop.desktop b/twin/clients/laptop/laptop.desktop index 27f569634..060b0cce2 100644 --- a/twin/clients/laptop/laptop.desktop +++ b/twin/clients/laptop/laptop.desktop @@ -1,3 +1,3 @@ [Desktop Entry] Name=Laptop -X-TDE-Library=twin3_laptop +X-TDE-Library=twin_laptop |