Renaming of files in preparation for code style tools.

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

@ -16,7 +16,7 @@ link_directories(
##### ktimemon_panelapplet (kpart) ##############
tde_add_kpart( ktimemon_panelapplet AUTOMOC
SOURCES confdlg.cc sample.cc timemon.cc
SOURCES confdlg.cpp sample.cpp timemon.cpp
LINK tdeio-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -1,6 +1,6 @@
kde_module_LTLIBRARIES = ktimemon_panelapplet.la
ktimemon_panelapplet_la_SOURCES = confdlg.cc sample.cc timemon.cc
ktimemon_panelapplet_la_SOURCES = confdlg.cpp sample.cpp timemon.cpp
METASOURCES = AUTO
noinst_HEADERS = confdlg.h sample.h timemon.h
@ -18,5 +18,5 @@ lnkdir = $(kde_datadir)/kicker/applets
EXTRA_DIST = $(lnk_DATA)
messages:
$(XGETTEXT) *.cc -o $(podir)/ktimemon.pot
$(XGETTEXT) *.cpp -o $(podir)/ktimemon.pot

@ -4,7 +4,7 @@
/**********************************************************************/
/*
* sample.cc
* sample.cpp
*
* Definitions for the system dependent sampling class.
*/

@ -14,7 +14,7 @@ autorefreshdir = $(kde_datadir)/tdehtml/kpartplugins
autorefresh_DATA = autorefresh.rc autorefresh.desktop
messages: rc.cpp
LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C`; \
LIST=`find . -name \*.h -o -name \*.cpp`; \
if test -n "$$LIST"; then \
$(XGETTEXT) $$LIST -o $(podir)/autorefresh.pot; \
fi

@ -116,7 +116,7 @@ int LNKForwarder::run(TDECmdLineArgs *args)
}
//--------------------------------------------------------------------------------
// copied from kfmclient.cc
// copied from kfmclient.cpp
void LNKForwarder::delayedQuit()
{

Loading…
Cancel
Save