summaryrefslogtreecommitdiffstats
path: root/kword
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:41:26 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:41:26 -0600
commitb960b948d62cc621806ba75cbf5cc16210b47844 (patch)
tree2de6a70c1d4b2009164eecdff3c8eaad2af327f5 /kword
parent933b892946bd640e29ddbf5279ffebec99df5b1c (diff)
downloadkoffice-b960b948d62cc621806ba75cbf5cc16210b47844.tar.gz
koffice-b960b948d62cc621806ba75cbf5cc16210b47844.zip
Additional renaming of kde to tde
Diffstat (limited to 'kword')
-rw-r--r--kword/CHANGES4
-rw-r--r--kword/KWCanvas.cpp2
-rw-r--r--kword/KWMailMergeLabelAction.cpp2
-rw-r--r--kword/KWMailMergeLabelAction.h2
-rw-r--r--kword/KWView.cpp2
5 files changed, 6 insertions, 6 deletions
diff --git a/kword/CHANGES b/kword/CHANGES
index 70151163..2b974a22 100644
--- a/kword/CHANGES
+++ b/kword/CHANGES
@@ -87,7 +87,7 @@ Changes after KWord-1.3-beta1
- Frames default to "auto-resize" mode instead of "auto-create-new-page"
- Better handing of "auto-resize" mode (manually-set size acts as minimum size)
-- Make the find dialog avoid the area where the match is (requires kdelibs-CVS, will be in kde-3.2)
+- Make the find dialog avoid the area where the match is (requires tdelibs-CVS, will be in kde-3.2)
- New: PDF import filter
(see also koffice/lib/CHANGES, especially the kotext part)
@@ -335,7 +335,7 @@ Auto-switching between editing of text and editing of frames.
All types of frames can be set as "copy".
Flesch reading ease score and enhanced layout added to the statistics dialog.
Insert clipart (WMF).
-More spellchecking options (needs kdelibs-2.2-cvs).
+More spellchecking options (needs tdelibs-2.2-cvs).
Added the ability for frames to grow and shrink when more or less text flows in them.
Added undo-redo availability to many user-actions.
New bullets-numbering dialog (visible in the stylist and the paragraph editor)
diff --git a/kword/KWCanvas.cpp b/kword/KWCanvas.cpp
index 4f541e54..fdd6eb6b 100644
--- a/kword/KWCanvas.cpp
+++ b/kword/KWCanvas.cpp
@@ -1721,7 +1721,7 @@ bool KWCanvas::eventFilter( TQObject *o, TQEvent *e )
m_scrollTimer->stop();
m_mousePressed = false;
break;
- case TQEvent::AccelOverride: // was part of KeyPress - changed due to kdelibs BUG!
+ case TQEvent::AccelOverride: // was part of KeyPress - changed due to tdelibs BUG!
{
// kdDebug() << " KeyPress m_currentFrameSetEdit=" << m_currentFrameSetEdit << " isRW="<<m_doc->isReadWrite() << endl;
// kdDebug() << " m_printing=" << m_printing << " mousemode=" << m_mouseMode << " (MM_EDIT=" << MM_EDIT<<")"<<endl;
diff --git a/kword/KWMailMergeLabelAction.cpp b/kword/KWMailMergeLabelAction.cpp
index fdea1cf7..f3d70cb6 100644
--- a/kword/KWMailMergeLabelAction.cpp
+++ b/kword/KWMailMergeLabelAction.cpp
@@ -2,7 +2,7 @@
Copyright (C) 2002 Joseph Wenninger <jowenn@kde.org>
- Large parts are taken from kdebase/konqueror/konq_actions.*
+ Large parts are taken from tdebase/konqueror/konq_actions.*
Copyright (C) 2000 Simon Hausmann <hausmann@kde.org>
This library is free software; you can redistribute it and/or
diff --git a/kword/KWMailMergeLabelAction.h b/kword/KWMailMergeLabelAction.h
index 3a38e2d9..03e84d73 100644
--- a/kword/KWMailMergeLabelAction.h
+++ b/kword/KWMailMergeLabelAction.h
@@ -2,7 +2,7 @@
Copyright (C) 2002 Joseph Wenninger <jowenn@kde.org>
- Large parts are taken from kdebase/konqueror/konq_actions.*
+ Large parts are taken from tdebase/konqueror/konq_actions.*
Copyright (C) 2000 Simon Hausmann <hausmann@kde.org>
This library is free software; you can redistribute it and/or
diff --git a/kword/KWView.cpp b/kword/KWView.cpp
index fd31fff2..4ec739eb 100644
--- a/kword/KWView.cpp
+++ b/kword/KWView.cpp
@@ -116,7 +116,7 @@
#include <kstdaction.h>
#include <ktempfile.h>
#include <kurldrag.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <kiconloader.h>
#include <tqclipboard.h>