Renaming of files in preparation for code style tools.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/12/head
Michele Calgaro 4 years ago
parent 39a59dfddd
commit 52d3841740
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -37,7 +37,7 @@ tde_create_translated_desktop(
##### twin3_smoothblend ########################## ##### twin3_smoothblend ##########################
tde_add_kpart( twin3_smoothblend AUTOMOC tde_add_kpart( twin3_smoothblend AUTOMOC
SOURCES smoothblend.cc SOURCES smoothblend.cpp
LINK tdecorations-shared LINK tdecorations-shared
DESTINATION ${PLUGIN_INSTALL_DIR} DESTINATION ${PLUGIN_INSTALL_DIR}
) )

@ -12,7 +12,7 @@ twin_DATA = smoothblend.desktop
noinst_HEADERS = smoothblend.h buttons.h noinst_HEADERS = smoothblend.h buttons.h
kde_module_LTLIBRARIES = twin3_smoothblend.la kde_module_LTLIBRARIES = twin3_smoothblend.la
twin3_smoothblend_la_SOURCES = smoothblend.cc twin3_smoothblend_la_SOURCES = smoothblend.cpp
twin3_smoothblend_la_LIBADD = -ltdecorations 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_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -ltdecore -module $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx
twin3_smoothblend_la_METASOURCES = AUTO twin3_smoothblend_la_METASOURCES = AUTO

@ -26,7 +26,7 @@ link_directories(
##### twin_smoothblend_config (module) ########## ##### twin_smoothblend_config (module) ##########
tde_add_kpart( twin_smoothblend_config AUTOMOC tde_add_kpart( twin_smoothblend_config AUTOMOC
SOURCES configdialog.ui smoothblendconfig.cc SOURCES configdialog.ui smoothblendconfig.cpp
LINK tdeui-shared LINK tdeui-shared
DESTINATION ${PLUGIN_INSTALL_DIR} DESTINATION ${PLUGIN_INSTALL_DIR}
) )

@ -7,7 +7,7 @@ INCLUDES = $(all_includes)
noinst_HEADERS = smoothblendconfig.h noinst_HEADERS = smoothblendconfig.h
kde_module_LTLIBRARIES = twin_smoothblend_config.la kde_module_LTLIBRARIES = twin_smoothblend_config.la
twin_smoothblend_config_la_SOURCES = configdialog.ui smoothblendconfig.cc twin_smoothblend_config_la_SOURCES = configdialog.ui smoothblendconfig.cpp
twin_smoothblend_config_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx twin_smoothblend_config_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx
twin_smoothblend_config_la_LIBADD = $(LIB_TDEUI) twin_smoothblend_config_la_LIBADD = $(LIB_TDEUI)
twin_smoothblend_config_la_METASOURCES = AUTO twin_smoothblend_config_la_METASOURCES = AUTO

@ -1,5 +1,5 @@
////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////
// smoothblendconfig.cc // smoothblendconfig.cpp
// ------------------- // -------------------
// Config module for Smooth Blend window decoration // Config module for Smooth Blend window decoration
// ------------------- // -------------------

@ -1,5 +1,5 @@
////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////
// smoothblend.cc // smoothblend.cpp
// ------------------- // -------------------
// Smooth Blend window decoration for TDE // Smooth Blend window decoration for TDE
// ------------------- // -------------------
Loading…
Cancel
Save