Renaming of files in preparation for code style tools.

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

@ -7,7 +7,7 @@ messages: rc.cpp
# maybe someone will document the process of writing tips files, or tell me that
# it needs to be done
# $(PREPARETIPS) > tips.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)/konversation.pot; \
fi

@ -57,7 +57,7 @@ update_SCRIPTS = konversation-0.19-colors.pl konversation-0.19-sortorder.pl konv
konversation-0.20-quickbuttons.pl konversation-0.20-customfonts.pl
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)/konversation.pot; \
fi

@ -400,7 +400,7 @@ void OSDPreviewWidget::mouseMoveEvent( TQMouseEvent *e )
}
}
// the code was taken from pilotDaemon.cc in KPilot
// the code was taken from pilotDaemon.cpp in KPilot
// static
OSDWidget::KDesktopLockStatus OSDWidget::isKDesktopLockRunning()
{

Loading…
Cancel
Save