diff options
Diffstat (limited to 'libtdepim')
-rw-r--r-- | libtdepim/README | 2 | ||||
-rw-r--r-- | libtdepim/completionordereditor.cpp | 2 | ||||
-rw-r--r-- | libtdepim/distributionlist.h | 2 | ||||
-rw-r--r-- | libtdepim/kaddrbook.cpp | 2 | ||||
-rw-r--r-- | libtdepim/kaddrbook.h | 2 | ||||
-rw-r--r-- | libtdepim/kpartsdesignerplugin/README | 2 | ||||
-rw-r--r-- | libtdepim/kpartsdesignerplugin/kpartsdesignerplugin.cpp | 2 | ||||
-rw-r--r-- | libtdepim/kpimurlrequesterdlg.cpp | 2 | ||||
-rw-r--r-- | libtdepim/kpixmapregionselectorwidget.cpp | 2 | ||||
-rw-r--r-- | libtdepim/kpixmapregionselectorwidget.h | 2 | ||||
-rw-r--r-- | libtdepim/kregexp3.cpp | 2 | ||||
-rw-r--r-- | libtdepim/kregexp3.h | 2 | ||||
-rw-r--r-- | libtdepim/krsqueezedtextlabel.cpp | 2 | ||||
-rw-r--r-- | libtdepim/krsqueezedtextlabel.h | 2 | ||||
-rw-r--r-- | libtdepim/kwidgetlister.cpp | 2 | ||||
-rw-r--r-- | libtdepim/kwidgetlister.h | 2 | ||||
-rw-r--r-- | libtdepim/resourceabc.h | 2 | ||||
-rw-r--r-- | libtdepim/tdepimmacros.h | 2 |
18 files changed, 18 insertions, 18 deletions
diff --git a/libtdepim/README b/libtdepim/README index dfaefe79f..ea30f224a 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 994eb09b3..0ee36a290 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 99391fca3..afc5a5bd2 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 e929bbe00..7854be1d1 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 f2bab1003..e15d7a9f8 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 fb9f42837..0dbcb2ecf 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 c3eedc329..a83a5a7a2 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 553ca659f..7f4a71f20 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 d687ae8a1..04ef9c8f4 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 7b75c98b2..ac399dd05 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 c4efa96f1..bffc491ea 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 e5013366c..4622e16db 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 ef9746ee0..968b56d20 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 36bd209b6..3e216e72d 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 b2b839f43..458292bc0 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 db993297f..6bfeec157 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 b6ef3ec98..6ac177213 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 b341ee7ba..5336af1b8 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 ) |