Renaming of files in preparation for code style tools.

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

@ -57,7 +57,7 @@ uninstall-local:
# make messages.po. Move this one to ../po/ and "make merge" in po # make messages.po. Move this one to ../po/ and "make merge" in po
# the -x is for skipping messages already translated in tdelibs # the -x is for skipping messages already translated in tdelibs
messages: messages:
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 \ if test -n "$$LIST"; then \
$(XGETTEXT) -C -ki18n -x $(kde_includes)/kde.pot $$LIST -o ../po/iso.pot; \ $(XGETTEXT) -C -ki18n -x $(kde_includes)/kde.pot $$LIST -o ../po/iso.pot; \
fi fi

@ -15,7 +15,7 @@
* * * *
***************************************************************************/ ***************************************************************************/
/* This file is heavily based on tar.cc from tdebase /* This file is heavily based on tar.cpp from tdebase
* (c) David Faure <faure@kde.org> * (c) David Faure <faure@kde.org>
*/ */

@ -52,7 +52,7 @@ uninstall-local:
# make messages.po. Move this one to ../po/ and "make merge" in po # make messages.po. Move this one to ../po/ and "make merge" in po
# the -x is for skipping messages already translated in tdelibs # the -x is for skipping messages already translated in tdelibs
messages: messages:
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 \ if test -n "$$LIST"; then \
$(XGETTEXT) -C -ki18n -x $(kde_includes)/kde.pot $$LIST -o ../po/krarc.pot; \ $(XGETTEXT) -C -ki18n -x $(kde_includes)/kde.pot $$LIST -o ../po/krarc.pot; \
fi fi

@ -189,7 +189,7 @@ krusaderuajs_DATA = \
# messages: # messages:
messages: rc.cpp 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 \ if test -n "$$LIST"; then \
$(XGETTEXT) $$LIST -o $(podir)/krusader.pot; \ $(XGETTEXT) $$LIST -o $(podir)/krusader.pot; \
fi fi

@ -27,14 +27,14 @@ msgid ""
"Your emails" "Your emails"
msgstr "" msgstr ""
#: virt.cc:80 #: virt.cpp:80
msgid "Virtulal delete" msgid "Virtulal delete"
msgstr "" msgstr ""
#: virt.cc:81 #: virt.cpp:81
msgid "remove from virtual space" msgid "remove from virtual space"
msgstr "" msgstr ""
#: virt.cc:82 #: virt.cpp:82
msgid "really delete" msgid "really delete"
msgstr "" msgstr ""

@ -6,7 +6,7 @@ METASOURCES = AUTO
kde_module_LTLIBRARIES = tdeio_tar.la kde_module_LTLIBRARIES = tdeio_tar.la
tdeio_tar_la_SOURCES = tar.cc tdeio_tar_la_SOURCES = tar.cpp
tdeio_tar_la_LIBADD = $(LIB_TDESYCOCA) tdeio_tar_la_LIBADD = $(LIB_TDESYCOCA)
tdeio_tar_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) tdeio_tar_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)

@ -6,7 +6,7 @@ METASOURCES = AUTO
kde_module_LTLIBRARIES = tdeio_virt.la kde_module_LTLIBRARIES = tdeio_virt.la
tdeio_virt_la_SOURCES = virt.cc tdeio_virt_la_SOURCES = virt.cpp
tdeio_virt_la_LIBADD = $(LIB_TDESYCOCA) tdeio_virt_la_LIBADD = $(LIB_TDESYCOCA)
tdeio_virt_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_TQT) $(LIB_TDECORE) tdeio_virt_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_TQT) $(LIB_TDECORE)

@ -1,5 +1,5 @@
/*************************************************************************** /***************************************************************************
virt.cc virt.cpp
------------------- -------------------
begin : Fri Dec 5 2003 begin : Fri Dec 5 2003
copyright : (C) 2003 by Shie Erlich & Rafi Yanai copyright : (C) 2003 by Shie Erlich & Rafi Yanai
Loading…
Cancel
Save