summaryrefslogtreecommitdiffstats
path: root/kmymoney2/widgets
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:39:34 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:39:34 -0600
commiteb1bdc60acd823c3c81bb1b4c3b26c27befb13dd (patch)
treeb9ff8c91d3bebf0d3684f73b6a1fda607701b965 /kmymoney2/widgets
parentdb2f713d0a0aaa32f8aa4d1fb05a0569c2f1e9d6 (diff)
downloadkmymoney-eb1bdc60acd823c3c81bb1b4c3b26c27befb13dd.tar.gz
kmymoney-eb1bdc60acd823c3c81bb1b4c3b26c27befb13dd.zip
Additional renaming of kde to tde
Diffstat (limited to 'kmymoney2/widgets')
-rw-r--r--kmymoney2/widgets/kmymoneycalendar.cpp2
-rw-r--r--kmymoney2/widgets/kmymoneycalendar.h2
-rw-r--r--kmymoney2/widgets/kmymoneydatetbl.cpp2
-rw-r--r--kmymoney2/widgets/kmymoneydatetbl.h2
-rw-r--r--kmymoney2/widgets/kmymoneyscheduleddatetbl.cpp2
-rw-r--r--kmymoney2/widgets/registersearchline.h2
6 files changed, 6 insertions, 6 deletions
diff --git a/kmymoney2/widgets/kmymoneycalendar.cpp b/kmymoney2/widgets/kmymoneycalendar.cpp
index d3ac4b4..664548d 100644
--- a/kmymoney2/widgets/kmymoneycalendar.cpp
+++ b/kmymoney2/widgets/kmymoneycalendar.cpp
@@ -12,7 +12,7 @@
***************************************************************************/
/***************************************************************************
- * Contains code from KDatePicker in kdelibs-3.1.2.
+ * Contains code from KDatePicker in tdelibs-3.1.2.
* Original license message:
*
This file is part of the KDE libraries
diff --git a/kmymoney2/widgets/kmymoneycalendar.h b/kmymoney2/widgets/kmymoneycalendar.h
index fbcb24f..4b6f32d 100644
--- a/kmymoney2/widgets/kmymoneycalendar.h
+++ b/kmymoney2/widgets/kmymoneycalendar.h
@@ -21,7 +21,7 @@
***************************************************************************/
/***************************************************************************
- * Contains code from KDatePicker in kdelibs-3.1.2.
+ * Contains code from KDatePicker in tdelibs-3.1.2.
* Original license message:
*
This file is part of the KDE libraries
diff --git a/kmymoney2/widgets/kmymoneydatetbl.cpp b/kmymoney2/widgets/kmymoneydatetbl.cpp
index c2cfc1c..ccff3c6 100644
--- a/kmymoney2/widgets/kmymoneydatetbl.cpp
+++ b/kmymoney2/widgets/kmymoneydatetbl.cpp
@@ -12,7 +12,7 @@
***************************************************************************/
/****************************************************************************
- Contains code from the KDateTable class ala kdelibs-3.1.2. Original license:
+ Contains code from the KDateTable class ala tdelibs-3.1.2. Original license:
This file is part of the KDE libraries
Copyright (C) 1997 Tim D. Gilman (tdgilman@best.org)
diff --git a/kmymoney2/widgets/kmymoneydatetbl.h b/kmymoney2/widgets/kmymoneydatetbl.h
index 23da85f..96e57ee 100644
--- a/kmymoney2/widgets/kmymoneydatetbl.h
+++ b/kmymoney2/widgets/kmymoneydatetbl.h
@@ -12,7 +12,7 @@
***************************************************************************/
/****************************************************************************
- Contains code from the KDateTable class ala kdelibs-3.1.2. Original license:
+ Contains code from the KDateTable class ala tdelibs-3.1.2. Original license:
This file is part of the KDE libraries
Copyright (C) 1997 Tim D. Gilman (tdgilman@best.org)
diff --git a/kmymoney2/widgets/kmymoneyscheduleddatetbl.cpp b/kmymoney2/widgets/kmymoneyscheduleddatetbl.cpp
index 3c484a3..5562d31 100644
--- a/kmymoney2/widgets/kmymoneyscheduleddatetbl.cpp
+++ b/kmymoney2/widgets/kmymoneyscheduleddatetbl.cpp
@@ -11,7 +11,7 @@
Kevin Tambascio <ktambascio@users.sourceforge.net>
***************************************************************************/
/****************************************************************************
- Contains code from the KDateTable class ala kdelibs-3.1.2. Original license:
+ Contains code from the KDateTable class ala tdelibs-3.1.2. Original license:
This file is part of the KDE libraries
Copyright (C) 1997 Tim D. Gilman (tdgilman@best.org)
diff --git a/kmymoney2/widgets/registersearchline.h b/kmymoney2/widgets/registersearchline.h
index 9f5074d..df28fa4 100644
--- a/kmymoney2/widgets/registersearchline.h
+++ b/kmymoney2/widgets/registersearchline.h
@@ -38,7 +38,7 @@ namespace KMyMoneyRegister {
/**
* This class makes it easy to add a search line for filtering the items
- * in a register based on simple text. Inspired by the idea of the kdelibs
+ * in a register based on simple text. Inspired by the idea of the tdelibs
* class KListViewSearchLine.
*
* @author Thomas Baumgart