summaryrefslogtreecommitdiffstats
path: root/kmymoney2
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
parentdb2f713d0a0aaa32f8aa4d1fb05a0569c2f1e9d6 (diff)
downloadkmymoney-eb1bdc60acd823c3c81bb1b4c3b26c27befb13dd.tar.gz
kmymoney-eb1bdc60acd823c3c81bb1b4c3b26c27befb13dd.zip
Additional renaming of kde to tde
Diffstat (limited to 'kmymoney2')
-rw-r--r--kmymoney2/Makefile.am2
-rw-r--r--kmymoney2/converter/convertertest.cpp2
-rw-r--r--kmymoney2/export.h2
-rw-r--r--kmymoney2/html/images/Makefile.am4
-rw-r--r--kmymoney2/reports/pivotgridtest.cpp2
-rw-r--r--kmymoney2/reports/pivottabletest.cpp2
-rw-r--r--kmymoney2/reports/querytabletest.cpp2
-rw-r--r--kmymoney2/reports/reportstestcommon.cpp2
-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
14 files changed, 15 insertions, 15 deletions
diff --git a/kmymoney2/Makefile.am b/kmymoney2/Makefile.am
index 309346c..5b52d1f 100644
--- a/kmymoney2/Makefile.am
+++ b/kmymoney2/Makefile.am
@@ -77,7 +77,7 @@ uninstall-local:
-rm -f $(DESTDIR)$(kde_icondir)/hicolor/128x128/apps/kmymoney2.png
-rm -f $(DESTDIR)$(kde_datadir)/kmymoney2/tips
-####### kdevelop will overwrite this part!!! (end)############
+####### tdevelop will overwrite this part!!! (end)############
# this 10 paths are KDE specific. Use them:
# kde_htmldir Where your docs should go to. (contains lang subdirs)
# kde_appsdir Where your application file (.kdelnk) should go to.
diff --git a/kmymoney2/converter/convertertest.cpp b/kmymoney2/converter/convertertest.cpp
index 70124ad..739c6f3 100644
--- a/kmymoney2/converter/convertertest.cpp
+++ b/kmymoney2/converter/convertertest.cpp
@@ -25,7 +25,7 @@
#include <tqfile.h>
#include <kdebug.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <kglobal.h>
#include <kglobalsettings.h>
#include <klocale.h>
diff --git a/kmymoney2/export.h b/kmymoney2/export.h
index 1e8c3aa..8e912df 100644
--- a/kmymoney2/export.h
+++ b/kmymoney2/export.h
@@ -21,7 +21,7 @@
#ifndef _KMYMONEY_EXPORT_H
#define _KMYMONEY_EXPORT_H
-#include <kdeversion.h>
+#include <tdeversion.h>
#if KDE_IS_VERSION(3,2,90)
#ifdef __KDE_HAVE_GCC_VISIBILITY
diff --git a/kmymoney2/html/images/Makefile.am b/kmymoney2/html/images/Makefile.am
index 94e4531..e2341ed 100644
--- a/kmymoney2/html/images/Makefile.am
+++ b/kmymoney2/html/images/Makefile.am
@@ -1,4 +1,4 @@
-####### kdevelop will overwrite this part!!! (begin)##########
+####### tdevelop will overwrite this part!!! (begin)##########
KDE_OPTIONS = noautodist
@@ -17,4 +17,4 @@ uninstall-local:
rm -f $(DESTDIR)$(kde_datadir)/$(LOCAL_DIR)/$$file; \
done
-####### kdevelop will overwrite this part!!! (end)############
+####### tdevelop will overwrite this part!!! (end)############
diff --git a/kmymoney2/reports/pivotgridtest.cpp b/kmymoney2/reports/pivotgridtest.cpp
index 431ef0f..5b8dd54 100644
--- a/kmymoney2/reports/pivotgridtest.cpp
+++ b/kmymoney2/reports/pivotgridtest.cpp
@@ -21,7 +21,7 @@
#include <tqfile.h>
#include <kdebug.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <kglobal.h>
#include <kglobalsettings.h>
#include <klocale.h>
diff --git a/kmymoney2/reports/pivottabletest.cpp b/kmymoney2/reports/pivottabletest.cpp
index ddee89e..d1a6586 100644
--- a/kmymoney2/reports/pivottabletest.cpp
+++ b/kmymoney2/reports/pivottabletest.cpp
@@ -21,7 +21,7 @@
#include <tqfile.h>
#include <kdebug.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <kglobal.h>
#include <kglobalsettings.h>
#include <klocale.h>
diff --git a/kmymoney2/reports/querytabletest.cpp b/kmymoney2/reports/querytabletest.cpp
index c0a448c..b763276 100644
--- a/kmymoney2/reports/querytabletest.cpp
+++ b/kmymoney2/reports/querytabletest.cpp
@@ -20,7 +20,7 @@
#include <tqfile.h>
#include <kdebug.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <kglobal.h>
#include <kglobalsettings.h>
#include <klocale.h>
diff --git a/kmymoney2/reports/reportstestcommon.cpp b/kmymoney2/reports/reportstestcommon.cpp
index 6783b08..eac6193 100644
--- a/kmymoney2/reports/reportstestcommon.cpp
+++ b/kmymoney2/reports/reportstestcommon.cpp
@@ -21,7 +21,7 @@
#include <tqfile.h>
#include <kdebug.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <kglobal.h>
#include <kglobalsettings.h>
#include <klocale.h>
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