diff options
Diffstat (limited to 'kpresenter')
-rw-r--r-- | kpresenter/KPrMSPresentationSetup.cpp | 2 | ||||
-rw-r--r-- | kpresenter/KPrMarginWidget.cpp | 2 | ||||
-rw-r--r-- | kpresenter/KPrSoundPlayer.cpp | 2 | ||||
-rw-r--r-- | kpresenter/KPrSoundPlayer.h | 2 | ||||
-rw-r--r-- | kpresenter/KPrTextObject.cpp | 2 | ||||
-rw-r--r-- | kpresenter/KPrTextProperty.cpp | 2 | ||||
-rw-r--r-- | kpresenter/KPrTextProperty.h | 2 | ||||
-rw-r--r-- | kpresenter/KPrView.cpp | 2 | ||||
-rw-r--r-- | kpresenter/KPrWebPresentation.cpp | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/kpresenter/KPrMSPresentationSetup.cpp b/kpresenter/KPrMSPresentationSetup.cpp index de0f888c..557b87c4 100644 --- a/kpresenter/KPrMSPresentationSetup.cpp +++ b/kpresenter/KPrMSPresentationSetup.cpp @@ -1,6 +1,6 @@ /* This file is part of the KDE project Copyright 2004 Brad Hards <bradh@frogmouth.net> - Loosely based on webpresention.cc, which is: + Loosely based on webpresention.cpp, which is: Copyright (C) 1998, 1999 Reginald Stadlbauer <reggie@kde.org> Copyright 2001, 2002 Nicolas GOUTTE <goutte@kde.org> Copyright 2002 Ariya Hidayat <ariya@kde.org> diff --git a/kpresenter/KPrMarginWidget.cpp b/kpresenter/KPrMarginWidget.cpp index a67fa96e..a8aa403e 100644 --- a/kpresenter/KPrMarginWidget.cpp +++ b/kpresenter/KPrMarginWidget.cpp @@ -1,7 +1,7 @@ /* This file is part of the KDE project Copyright (C) 2005 Thorsten Zachmann <zachmann@kde.org> - The code is mostly a copy from kword/framedia.cc + The code is mostly a copy from kword/framedia.cpp This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/kpresenter/KPrSoundPlayer.cpp b/kpresenter/KPrSoundPlayer.cpp index ff4b1ffd..22b98673 100644 --- a/kpresenter/KPrSoundPlayer.cpp +++ b/kpresenter/KPrSoundPlayer.cpp @@ -4,7 +4,7 @@ base code from kaudioplayer.h, kaudioplayer.cpp Copyright (C) 2000 Stefan Westerfeld stefan@space.twc.de -and konq_sound.h konq_sound.cc +and konq_sound.h konq_sound.cpp Copyright (c) 2001 Malte Starostik <malte@kde.org> This file's authors : diff --git a/kpresenter/KPrSoundPlayer.h b/kpresenter/KPrSoundPlayer.h index 384ee066..4ef27a20 100644 --- a/kpresenter/KPrSoundPlayer.h +++ b/kpresenter/KPrSoundPlayer.h @@ -4,7 +4,7 @@ base code from kaudioplayer.h, kaudioplayer.cpp Copyright (C) 2000 Stefan Westerfeld stefan@space.twc.de -and konq_sound.h konq_sound.cc +and konq_sound.h konq_sound.cpp Copyright (c) 2001 Malte Starostik <malte@kde.org> This file's authors : diff --git a/kpresenter/KPrTextObject.cpp b/kpresenter/KPrTextObject.cpp index 4c7f6bdd..461015fa 100644 --- a/kpresenter/KPrTextObject.cpp +++ b/kpresenter/KPrTextObject.cpp @@ -439,7 +439,7 @@ void KPrTextObject::paint( TQPainter *_painter, KoTextZoomHandler*_zoomHandler, } if ( !editingTextObj || !onlyChanged ) { - /// #### Port this to KoBorder, see e.g. kword/kwframe.cc:590 + /// #### Port this to KoBorder, see e.g. kword/kwframe.cpp:590 // (so that the border gets drawn OUTSIDE of the object area) _painter->drawRect( _zoomHandler->zoomItX(pw), _zoomHandler->zoomItX(pw), _zoomHandler->zoomItX( ow - 2 * pw), _zoomHandler->zoomItY( oh - 2 * pw) ); diff --git a/kpresenter/KPrTextProperty.cpp b/kpresenter/KPrTextProperty.cpp index bb5073ff..e10fd701 100644 --- a/kpresenter/KPrTextProperty.cpp +++ b/kpresenter/KPrTextProperty.cpp @@ -1,7 +1,7 @@ /* This file is part of the KDE project Copyright (C) 2005 Thorsten Zachmann <zachmann@kde.org> - The code is mostly a copy from kword/framedia.cc + The code is mostly a copy from kword/framedia.cpp This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/kpresenter/KPrTextProperty.h b/kpresenter/KPrTextProperty.h index dd018c2f..2a33b56f 100644 --- a/kpresenter/KPrTextProperty.h +++ b/kpresenter/KPrTextProperty.h @@ -1,7 +1,7 @@ /* This file is part of the KDE project Copyright (C) 2005 Thorsten Zachmann <zachmann@kde.org> - The code is mostly a copy from kword/framedia.cc + The code is mostly a copy from kword/framedia.cpp This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/kpresenter/KPrView.cpp b/kpresenter/KPrView.cpp index cfbe5f23..220dc91b 100644 --- a/kpresenter/KPrView.cpp +++ b/kpresenter/KPrView.cpp @@ -2894,7 +2894,7 @@ void KPrView::setupActions() actionCollection(), "insert_link" ); #if 0 - //code from page.cc + //code from page.cpp //not implemented picResizeMenu->insertSeparator(); picResizeMenu->insertItem( i18n( "Enter Custom Factor..." ), TQT_TQOBJECT(this), TQT_SLOT( picViewOrigFactor() ) ); diff --git a/kpresenter/KPrWebPresentation.cpp b/kpresenter/KPrWebPresentation.cpp index 00c0dbf4..5d899847 100644 --- a/kpresenter/KPrWebPresentation.cpp +++ b/kpresenter/KPrWebPresentation.cpp @@ -76,7 +76,7 @@ #include "KoDocumentInfo.h" -// Comes from koffice/filters/libexport/KWEFUtils.cc +// Comes from koffice/filters/libexport/KWEFUtils.cpp static TQString EscapeSgmlText(const TQTextCodec* codec, const TQString& strIn, const bool quot = false , const bool apos = false ) { |