summaryrefslogtreecommitdiffstats
path: root/libtdepim
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:52:38 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:52:38 -0600
commit7dba3110aacdb3220d54c3fe0c2947c25406b700 (patch)
tree28c064cf5647b2e8654cb4d5330d8e64afff27e2 /libtdepim
parentc0fc75368b41146e605536e973e1d635b9d64ced (diff)
downloadtdepim-7dba3110aacdb3220d54c3fe0c2947c25406b700.tar.gz
tdepim-7dba3110aacdb3220d54c3fe0c2947c25406b700.zip
Additional renaming of kde to tde
Diffstat (limited to 'libtdepim')
-rw-r--r--libtdepim/README2
-rw-r--r--libtdepim/completionordereditor.cpp2
-rw-r--r--libtdepim/distributionlist.h2
-rw-r--r--libtdepim/kaddrbook.cpp2
-rw-r--r--libtdepim/kaddrbook.h2
-rw-r--r--libtdepim/kpartsdesignerplugin/README2
-rw-r--r--libtdepim/kpartsdesignerplugin/kpartsdesignerplugin.cpp2
-rw-r--r--libtdepim/kpimurlrequesterdlg.cpp2
-rw-r--r--libtdepim/kpixmapregionselectorwidget.cpp2
-rw-r--r--libtdepim/kpixmapregionselectorwidget.h2
-rw-r--r--libtdepim/kregexp3.cpp2
-rw-r--r--libtdepim/kregexp3.h2
-rw-r--r--libtdepim/krsqueezedtextlabel.cpp2
-rw-r--r--libtdepim/krsqueezedtextlabel.h2
-rw-r--r--libtdepim/kwidgetlister.cpp2
-rw-r--r--libtdepim/kwidgetlister.h2
-rw-r--r--libtdepim/resourceabc.h2
-rw-r--r--libtdepim/tdepimmacros.h2
18 files changed, 18 insertions, 18 deletions
diff --git a/libtdepim/README b/libtdepim/README
index dfaefe79..ea30f224 100644
--- a/libtdepim/README
+++ b/libtdepim/README
@@ -1,4 +1,4 @@
-This directory contains the library for the kdenetwork package.
+This directory contains the library for the tdenetwork package.
Contents:
ksieve_* The beginning of a Sieve parser and interpreter
diff --git a/libtdepim/completionordereditor.cpp b/libtdepim/completionordereditor.cpp
index 994eb09b..0ee36a29 100644
--- a/libtdepim/completionordereditor.cpp
+++ b/libtdepim/completionordereditor.cpp
@@ -129,7 +129,7 @@ private:
void SimpleCompletionItem::save( CompletionOrderEditor* editor )
{
// Maybe KABC::Resource could have a completionWeight setting (for readConfig/writeConfig)
- // But for kdelibs-3.2 compat purposes I can't do that.
+ // But for tdelibs-3.2 compat purposes I can't do that.
KConfigGroup group( editor->configFile(), "CompletionWeights" );
group.writeEntry( mIdentifier, mWeight );
}
diff --git a/libtdepim/distributionlist.h b/libtdepim/distributionlist.h
index 99391fca..afc5a5bd 100644
--- a/libtdepim/distributionlist.h
+++ b/libtdepim/distributionlist.h
@@ -36,7 +36,7 @@ namespace KPIM {
* associated with an address book entry. If the address book entry changes, the
* entry in the distribution list is automatically updated.
*
- * This should go into kdelibs in KDE4.
+ * This should go into tdelibs in KDE4.
*
* @author David Faure <faure@kde.org>
*/
diff --git a/libtdepim/kaddrbook.cpp b/libtdepim/kaddrbook.cpp
index e929bbe0..7854be1d 100644
--- a/libtdepim/kaddrbook.cpp
+++ b/libtdepim/kaddrbook.cpp
@@ -17,7 +17,7 @@
#include <kdebug.h>
#include <klocale.h>
#include <kmessagebox.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <kabc/resource.h>
#include <kabc/stdaddressbook.h>
#include <kabc/vcardconverter.h>
diff --git a/libtdepim/kaddrbook.h b/libtdepim/kaddrbook.h
index f2bab100..e15d7a9f 100644
--- a/libtdepim/kaddrbook.h
+++ b/libtdepim/kaddrbook.h
@@ -7,7 +7,7 @@
#include <tqstringlist.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <kabc/addressee.h>
#include <tdepimmacros.h>
diff --git a/libtdepim/kpartsdesignerplugin/README b/libtdepim/kpartsdesignerplugin/README
index fb9f4283..0dbcb2ec 100644
--- a/libtdepim/kpartsdesignerplugin/README
+++ b/libtdepim/kpartsdesignerplugin/README
@@ -1,2 +1,2 @@
-When moving this to kdelibs: the KPartsGenericPart class should move to libkparts so
+When moving this to tdelibs: the KPartsGenericPart class should move to libkparts so
that it's possible to add an accessor for m_part there.
diff --git a/libtdepim/kpartsdesignerplugin/kpartsdesignerplugin.cpp b/libtdepim/kpartsdesignerplugin/kpartsdesignerplugin.cpp
index c3eedc32..a83a5a7a 100644
--- a/libtdepim/kpartsdesignerplugin/kpartsdesignerplugin.cpp
+++ b/libtdepim/kpartsdesignerplugin/kpartsdesignerplugin.cpp
@@ -103,7 +103,7 @@ bool KPartsWidgetPlugin::isContainer( const TQString & /*key*/ ) const {
return false;
}
-/// Duplicated from kdelibs/tdecore/kdemacros.h.in for those with kdelibs < 3.4
+/// Duplicated from tdelibs/tdecore/kdemacros.h.in for those with tdelibs < 3.4
#ifndef KDE_TQ_EXPORT_PLUGIN
#define KDE_TQ_EXPORT_PLUGIN(PLUGIN) \
TQ_EXTERN_C KDE_EXPORT const char* qt_ucm_query_verification_data(); \
diff --git a/libtdepim/kpimurlrequesterdlg.cpp b/libtdepim/kpimurlrequesterdlg.cpp
index 553ca659..7f4a71f2 100644
--- a/libtdepim/kpimurlrequesterdlg.cpp
+++ b/libtdepim/kpimurlrequesterdlg.cpp
@@ -23,7 +23,7 @@
#include <kurlrequesterdlg.h>
#include <klocale.h>
-// KDE3.4 or KDE4.0: FIXME: Move to kdelibs!
+// KDE3.4 or KDE4.0: FIXME: Move to tdelibs!
KURL KPimURLRequesterDlg::getURL( const TQString& dir, const TQString &label,
TQWidget *parent, const TQString& caption )
{
diff --git a/libtdepim/kpixmapregionselectorwidget.cpp b/libtdepim/kpixmapregionselectorwidget.cpp
index d687ae8a..04ef9c8f 100644
--- a/libtdepim/kpixmapregionselectorwidget.cpp
+++ b/libtdepim/kpixmapregionselectorwidget.cpp
@@ -20,7 +20,7 @@
*/
/* NOTE: There are two copies of this .h and the .cpp file, with subtle differences.
- * One copy is in kdelibs/tdeui, and the other copy is in tdepim/libtdepim
+ * One copy is in tdelibs/tdeui, and the other copy is in tdepim/libtdepim
* This is because tdepim has to remain backwards compatible. Any changes
* to either file should be made to the other.
*/
diff --git a/libtdepim/kpixmapregionselectorwidget.h b/libtdepim/kpixmapregionselectorwidget.h
index 7b75c98b..ac399dd0 100644
--- a/libtdepim/kpixmapregionselectorwidget.h
+++ b/libtdepim/kpixmapregionselectorwidget.h
@@ -37,7 +37,7 @@ namespace KPIM {
* user with a friendly way to select a rectangular subregion of the pixmap.
*
* NOTE: There are two copies of this .h and the .cpp file, with subtle differences.
- * One copy is in kdelibs/tdeui, and the other copy is in tdepim/libtdepim
+ * One copy is in tdelibs/tdeui, and the other copy is in tdepim/libtdepim
* This is because tdepim has to remain backwards compatible. Any changes
* to either file should be made to the other.
*
diff --git a/libtdepim/kregexp3.cpp b/libtdepim/kregexp3.cpp
index c4efa96f..bffc491e 100644
--- a/libtdepim/kregexp3.cpp
+++ b/libtdepim/kregexp3.cpp
@@ -1,7 +1,7 @@
/* -*- c++ -*-
kregexp3.cpp
- This file is part of libkdenetwork.
+ This file is part of libtdenetwork.
Copyright (c) 2001 Marc Mutz <mutz@kde.org>
This library is free software; you can redistribute it and/or
diff --git a/libtdepim/kregexp3.h b/libtdepim/kregexp3.h
index e5013366..4622e16d 100644
--- a/libtdepim/kregexp3.h
+++ b/libtdepim/kregexp3.h
@@ -1,7 +1,7 @@
/* -*- c++ -*-
kregexp3.h
- This file is part of libkdenetwork.
+ This file is part of libtdenetwork.
Copyright (c) 2001 Marc Mutz <mutz@kde.org>
This library is free software; you can redistribute it and/or
diff --git a/libtdepim/krsqueezedtextlabel.cpp b/libtdepim/krsqueezedtextlabel.cpp
index ef9746ee..968b56d2 100644
--- a/libtdepim/krsqueezedtextlabel.cpp
+++ b/libtdepim/krsqueezedtextlabel.cpp
@@ -1,5 +1,5 @@
/* This file has been copied from the KDE libraries and slightly modified.
- This can be removed as soon as kdelibs provides the same functionality.
+ This can be removed as soon as tdelibs provides the same functionality.
Copyright (C) 2000 Ronny Standtke <Ronny.Standtke@gmx.de>
diff --git a/libtdepim/krsqueezedtextlabel.h b/libtdepim/krsqueezedtextlabel.h
index 36bd209b..3e216e72 100644
--- a/libtdepim/krsqueezedtextlabel.h
+++ b/libtdepim/krsqueezedtextlabel.h
@@ -1,5 +1,5 @@
/* This file has been copied from the KDE libraries and slightly modified.
- This can be removed as soon as kdelibs provides the same functionality.
+ This can be removed as soon as tdelibs provides the same functionality.
Copyright (C) 2000 Ronny Standtke <Ronny.Standtke@gmx.de>
diff --git a/libtdepim/kwidgetlister.cpp b/libtdepim/kwidgetlister.cpp
index b2b839f4..458292bc 100644
--- a/libtdepim/kwidgetlister.cpp
+++ b/libtdepim/kwidgetlister.cpp
@@ -1,7 +1,7 @@
/* -*- c++ -*-
kwidgetlister.cpp
- This file is part of libkdenetwork.
+ This file is part of libtdenetwork.
Copyright (c) 2001 Marc Mutz <mutz@kde.org>
This library is free software; you can redistribute it and/or
diff --git a/libtdepim/kwidgetlister.h b/libtdepim/kwidgetlister.h
index db993297..6bfeec15 100644
--- a/libtdepim/kwidgetlister.h
+++ b/libtdepim/kwidgetlister.h
@@ -1,7 +1,7 @@
/* -*- c++ -*-
kwidgetlister.h
- This file is part of libkdenetwork.
+ This file is part of libtdenetwork.
Copyright (c) 2001 Marc Mutz <mutz@kde.org>
This library is free software; you can redistribute it and/or
diff --git a/libtdepim/resourceabc.h b/libtdepim/resourceabc.h
index b6ef3ec9..6ac17721 100644
--- a/libtdepim/resourceabc.h
+++ b/libtdepim/resourceabc.h
@@ -29,7 +29,7 @@
#include <tqmap.h>
#include <tdepimmacros.h>
-// This is here because it can't go to kdelibs/kabc yet, but ultimately
+// This is here because it can't go to tdelibs/kabc yet, but ultimately
// it should probably go there (maybe redesigned to have a real object
// for subresources).
diff --git a/libtdepim/tdepimmacros.h b/libtdepim/tdepimmacros.h
index b341ee7b..5336af1b 100644
--- a/libtdepim/tdepimmacros.h
+++ b/libtdepim/tdepimmacros.h
@@ -21,7 +21,7 @@
// WARNING Don't add include guards here, they were removed on purpose
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <kdemacros.h>
#if KDE_IS_VERSION( 3,3,90 )