summaryrefslogtreecommitdiffstats
path: root/kbruch
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-15 21:56:40 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-15 21:56:40 -0600
commit4565bfb4e2e9acc5f67603e3de8720b4cd3c9a7e (patch)
tree8bdb18e6838f1eb1357e22b6e50b2948d33868a6 /kbruch
parentd5f01dcc48ac3af828089b8810ef30a245e0346b (diff)
downloadtdeedu-4565bfb4e2e9acc5f67603e3de8720b4cd3c9a7e.tar.gz
tdeedu-4565bfb4e2e9acc5f67603e3de8720b4cd3c9a7e.zip
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'kbruch')
-rw-r--r--kbruch/src/exercisebase.cpp2
-rw-r--r--kbruch/src/exercisecompare.cpp2
-rw-r--r--kbruch/src/exerciseconvert.cpp4
-rw-r--r--kbruch/src/exercisefactorize.cpp4
-rw-r--r--kbruch/src/fractionbasewidget.cpp2
-rw-r--r--kbruch/src/kbruch.h2
-rw-r--r--kbruch/src/mainqtwidget.cpp2
-rw-r--r--kbruch/src/statisticsview.cpp2
-rw-r--r--kbruch/src/taskview.cpp4
-rw-r--r--kbruch/src/taskwidget.cpp2
10 files changed, 13 insertions, 13 deletions
diff --git a/kbruch/src/exercisebase.cpp b/kbruch/src/exercisebase.cpp
index a57aaf91..c53ffe68 100644
--- a/kbruch/src/exercisebase.cpp
+++ b/kbruch/src/exercisebase.cpp
@@ -20,7 +20,7 @@
/* these includes are needed for KDE support */
#include <tdeapplication.h>
-#include <klocale.h>
+#include <tdelocale.h>
/* ----- public member functions ----- */
diff --git a/kbruch/src/exercisecompare.cpp b/kbruch/src/exercisecompare.cpp
index 68589c07..b98d5c78 100644
--- a/kbruch/src/exercisecompare.cpp
+++ b/kbruch/src/exercisecompare.cpp
@@ -20,7 +20,7 @@
/* these includes are needed for KDE support */
#include <tdeapplication.h>
-#include <klocale.h>
+#include <tdelocale.h>
/* these includes are needed for TQt support */
#include <tqlabel.h>
diff --git a/kbruch/src/exerciseconvert.cpp b/kbruch/src/exerciseconvert.cpp
index 9654d050..ec7db1e7 100644
--- a/kbruch/src/exerciseconvert.cpp
+++ b/kbruch/src/exerciseconvert.cpp
@@ -20,8 +20,8 @@
/* these includes are needed for KDE support */
#include <tdeapplication.h>
-#include <klocale.h>
-#include <kmessagebox.h>
+#include <tdelocale.h>
+#include <tdemessagebox.h>
#include <knumvalidator.h>
/* these includes are needed for TQt support */
diff --git a/kbruch/src/exercisefactorize.cpp b/kbruch/src/exercisefactorize.cpp
index 62eeea54..e971e12f 100644
--- a/kbruch/src/exercisefactorize.cpp
+++ b/kbruch/src/exercisefactorize.cpp
@@ -20,8 +20,8 @@
/* these includes are needed for KDE support */
#include <tdeapplication.h>
-#include <klocale.h>
-#include <kmessagebox.h>
+#include <tdelocale.h>
+#include <tdemessagebox.h>
#include <knumvalidator.h>
/* these includes are needed for TQt support */
diff --git a/kbruch/src/fractionbasewidget.cpp b/kbruch/src/fractionbasewidget.cpp
index c1fec755..02fd1cfb 100644
--- a/kbruch/src/fractionbasewidget.cpp
+++ b/kbruch/src/fractionbasewidget.cpp
@@ -19,7 +19,7 @@
#include "fractionbasewidget.moc"
/* these includes are needed for KDE support */
-#include <kglobalsettings.h>
+#include <tdeglobalsettings.h>
/* these includes are needed for TQt support */
#include <tqpainter.h>
diff --git a/kbruch/src/kbruch.h b/kbruch/src/kbruch.h
index e0f5ca0e..eedbad6d 100644
--- a/kbruch/src/kbruch.h
+++ b/kbruch/src/kbruch.h
@@ -23,7 +23,7 @@
#include <config.h>
/* for the I18N_NOOP macro */
-#include <klocale.h>
+#include <tdelocale.h>
#include "task.h"
#include "mainqtwidget.h"
diff --git a/kbruch/src/mainqtwidget.cpp b/kbruch/src/mainqtwidget.cpp
index 5230281c..c03a6f30 100644
--- a/kbruch/src/mainqtwidget.cpp
+++ b/kbruch/src/mainqtwidget.cpp
@@ -25,7 +25,7 @@
#include <kiconloader.h>
#include <kjanuswidget.h>
#include <tdeconfigdialog.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <tqsplitter.h>
#include <tqlabel.h>
diff --git a/kbruch/src/statisticsview.cpp b/kbruch/src/statisticsview.cpp
index 2d51a653..f60b0787 100644
--- a/kbruch/src/statisticsview.cpp
+++ b/kbruch/src/statisticsview.cpp
@@ -25,7 +25,7 @@
#include <tqtooltip.h>
#include <tqwhatsthis.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <kdebug.h>
#include "settingsclass.h"
diff --git a/kbruch/src/taskview.cpp b/kbruch/src/taskview.cpp
index b4b13476..1c0b1a25 100644
--- a/kbruch/src/taskview.cpp
+++ b/kbruch/src/taskview.cpp
@@ -19,8 +19,8 @@
#include "taskview.moc"
/* these includes are needed for KDE support */
-#include <klocale.h>
-#include <kmessagebox.h>
+#include <tdelocale.h>
+#include <tdemessagebox.h>
#include <tdeapplication.h>
#include <knumvalidator.h>
diff --git a/kbruch/src/taskwidget.cpp b/kbruch/src/taskwidget.cpp
index 88a69c3a..3dbe954e 100644
--- a/kbruch/src/taskwidget.cpp
+++ b/kbruch/src/taskwidget.cpp
@@ -19,7 +19,7 @@
#include "taskwidget.moc"
/* these includes are needed for KDE support */
-#include <klocale.h>
+#include <tdelocale.h>
/* these includes are needed for TQt support */
#include <tqpainter.h>