Renaming of files in preparation for code style tools.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/5/head
Michele Calgaro 3 years ago
parent b591c43190
commit a600e78779
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -57,14 +57,14 @@ add_custom_command(
##### twin3_baghira (kpart)
set_source_files_properties(
baghiraclient.cc
baghiraclient.cpp
PROPERTIES OBJECT_DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/${_header}
)
tde_add_kpart( twin3_baghira AUTOMOC
SOURCES
baghiraclient.cc
baghiraclient.cpp
LINK
tdecore-shared
tdeui-shared

@ -14,7 +14,7 @@ EXTRA_DIST = $(twin_DATA) images
noinst_HEADERS = baghiraclient.h pixmaps.h masks.h
kde_module_LTLIBRARIES = twin3_baghira.la
twin3_baghira_la_SOURCES = baghiraclient.cc
twin3_baghira_la_SOURCES = baghiraclient.cpp
twin3_baghira_la_LIBADD = $(kde_libraries)/libtdecorations.la
twin3_baghira_la_LDFLAGS = $(all_libraries) $(LIB_TQT) $(KDE_PLUGIN) $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx -module
twin3_baghira_la_METASOURCES = AUTO

@ -32,7 +32,7 @@ add_custom_command(
##### twin_baghira_config (kpart)
set_source_files_properties(
baghiraconfig.cc
baghiraconfig.cpp
PROPERTIES OBJECT_DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/${_header}
)
@ -40,9 +40,9 @@ tde_add_kpart( twin_baghira_config AUTOMOC
SOURCES
configdialog.ui
baghiraconfig.cc
aquariusbutton.cc
colorpicker.cc
baghiraconfig.cpp
aquariusbutton.cpp
colorpicker.cpp
LINK
tdecore-shared
tdeui-shared

@ -7,7 +7,7 @@ INCLUDES = $(all_includes) -I$(srcdir)/../../config
noinst_HEADERS = baghiraconfig.h aquariusbutton.h colorpicker.h pixmaps.h
kde_module_LTLIBRARIES = twin_baghira_config.la
twin_baghira_config_la_SOURCES = baghiraconfig.cc aquariusbutton.cc colorpicker.cc configdialog.ui
twin_baghira_config_la_SOURCES = baghiraconfig.cpp aquariusbutton.cpp colorpicker.cpp configdialog.ui
twin_baghira_config_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
twin_baghira_config_la_LIBADD = $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI)
twin_baghira_config_la_METASOURCES = AUTO

@ -1,5 +1,5 @@
//////////////////////////////////////////////////////////////////////////////
// baghiraconfig.cc
// baghiraconfig.cpp
// -------------------
// Config module for Baghira window decoration
// -------------------

@ -1,5 +1,5 @@
//////////////////////////////////////////////////////////////////////////////
// baghiraconfig.cc
// baghiraconfig.cpp
// -------------------
// Config module for Baghira window decoration
// -------------------
Loading…
Cancel
Save