summaryrefslogtreecommitdiffstats
path: root/kpresenter
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-05-23 20:48:35 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-05-29 15:16:28 +0900
commit8b78a8791bc539bcffe7159f9d9714d577cb3d7d (patch)
tree1328291f966f19a22d7b13657d3f01a588eb1083 /kpresenter
parent95834e2bdc5e01ae1bd21ac0dfa4fa1d2417fae9 (diff)
downloadkoffice-8b78a8791bc539bcffe7159f9d9714d577cb3d7d.tar.gz
koffice-8b78a8791bc539bcffe7159f9d9714d577cb3d7d.zip
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kpresenter')
-rw-r--r--kpresenter/KPrMSPresentationSetup.cpp2
-rw-r--r--kpresenter/KPrMarginWidget.cpp2
-rw-r--r--kpresenter/KPrSoundPlayer.cpp2
-rw-r--r--kpresenter/KPrSoundPlayer.h2
-rw-r--r--kpresenter/KPrTextObject.cpp2
-rw-r--r--kpresenter/KPrTextProperty.cpp2
-rw-r--r--kpresenter/KPrTextProperty.h2
-rw-r--r--kpresenter/KPrView.cpp2
-rw-r--r--kpresenter/KPrWebPresentation.cpp2
9 files changed, 9 insertions, 9 deletions
diff --git a/kpresenter/KPrMSPresentationSetup.cpp b/kpresenter/KPrMSPresentationSetup.cpp
index de0f888ca..557b87c48 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 a67fa96ec..a8aa403e3 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 ff4b1ffd3..22b986735 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 384ee0666..4ef27a20a 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 4c7f6bdd1..461015faf 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 bb5073ff0..e10fd701a 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 dd018c2fc..2a33b56f7 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 cfbe5f231..220dc91b6 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 00c0dbf4e..5d8998474 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 )
{