diff --git a/konversation/Makefile.am b/konversation/Makefile.am index 4641e7b..ceee48f 100644 --- a/konversation/Makefile.am +++ b/konversation/Makefile.am @@ -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 diff --git a/konversation/src/Makefile.am b/konversation/src/Makefile.am index 7c55d13..c0342d5 100644 --- a/konversation/src/Makefile.am +++ b/konversation/src/Makefile.am @@ -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 diff --git a/konversation/src/osd.cpp b/konversation/src/osd.cpp index 3836e20..d342bab 100644 --- a/konversation/src/osd.cpp +++ b/konversation/src/osd.cpp @@ -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() {