Renaming of files in preparation for code style tools.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 52d3841740)
r14.0.x
Michele Calgaro 3 years ago
parent a84182c88d
commit 549f8f8c8f
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

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

@ -12,7 +12,7 @@ twin_DATA = smoothblend.desktop
noinst_HEADERS = smoothblend.h buttons.h
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_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -ltdecore -module $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx
twin3_smoothblend_la_METASOURCES = AUTO

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

@ -7,7 +7,7 @@ INCLUDES = $(all_includes)
noinst_HEADERS = smoothblendconfig.h
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_QT) $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx
twin_smoothblend_config_la_LIBADD = $(LIB_TDEUI)
twin_smoothblend_config_la_METASOURCES = AUTO

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

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