summaryrefslogtreecommitdiffstats
path: root/kbruch
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:16:19 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:16:19 -0600
commitd5f01dcc48ac3af828089b8810ef30a245e0346b (patch)
tree8de1121122ebcb437dd3f0d36f0cfcd537bbe26d /kbruch
parent256525ac7b6317f0a47cd563d8df2bdd917f4a74 (diff)
downloadtdeedu-d5f01dcc48ac3af828089b8810ef30a245e0346b.tar.gz
tdeedu-d5f01dcc48ac3af828089b8810ef30a245e0346b.zip
Rename common header files for consistency with class renaming
Diffstat (limited to 'kbruch')
-rw-r--r--kbruch/src/exercisebase.cpp2
-rw-r--r--kbruch/src/exercisecompare.cpp2
-rw-r--r--kbruch/src/exerciseconvert.cpp2
-rw-r--r--kbruch/src/exercisefactorize.cpp2
-rw-r--r--kbruch/src/kbruch.cpp6
-rw-r--r--kbruch/src/mainqtwidget.cpp2
-rw-r--r--kbruch/src/taskview.cpp2
7 files changed, 9 insertions, 9 deletions
diff --git a/kbruch/src/exercisebase.cpp b/kbruch/src/exercisebase.cpp
index 649bb6c8..a57aaf91 100644
--- a/kbruch/src/exercisebase.cpp
+++ b/kbruch/src/exercisebase.cpp
@@ -19,7 +19,7 @@
#include "exercisebase.moc"
/* these includes are needed for KDE support */
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <klocale.h>
/* ----- public member functions ----- */
diff --git a/kbruch/src/exercisecompare.cpp b/kbruch/src/exercisecompare.cpp
index 6da65952..68589c07 100644
--- a/kbruch/src/exercisecompare.cpp
+++ b/kbruch/src/exercisecompare.cpp
@@ -19,7 +19,7 @@
#include "exercisecompare.moc"
/* these includes are needed for KDE support */
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <klocale.h>
/* these includes are needed for TQt support */
diff --git a/kbruch/src/exerciseconvert.cpp b/kbruch/src/exerciseconvert.cpp
index cb3843e5..9654d050 100644
--- a/kbruch/src/exerciseconvert.cpp
+++ b/kbruch/src/exerciseconvert.cpp
@@ -19,7 +19,7 @@
#include "exerciseconvert.moc"
/* these includes are needed for KDE support */
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <klocale.h>
#include <kmessagebox.h>
#include <knumvalidator.h>
diff --git a/kbruch/src/exercisefactorize.cpp b/kbruch/src/exercisefactorize.cpp
index 691c5816..62eeea54 100644
--- a/kbruch/src/exercisefactorize.cpp
+++ b/kbruch/src/exercisefactorize.cpp
@@ -19,7 +19,7 @@
#include "exercisefactorize.moc"
/* these includes are needed for KDE support */
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <klocale.h>
#include <kmessagebox.h>
#include <knumvalidator.h>
diff --git a/kbruch/src/kbruch.cpp b/kbruch/src/kbruch.cpp
index dd942676..44159093 100644
--- a/kbruch/src/kbruch.cpp
+++ b/kbruch/src/kbruch.cpp
@@ -24,9 +24,9 @@
#include <stdlib.h>
/* these includes are needed for TQt support */
-#include <kapplication.h>
-#include <kcmdlineargs.h>
-#include <kaboutdata.h>
+#include <tdeapplication.h>
+#include <tdecmdlineargs.h>
+#include <tdeaboutdata.h>
/* the main program */
int main(int argc, char * argv[])
diff --git a/kbruch/src/mainqtwidget.cpp b/kbruch/src/mainqtwidget.cpp
index b0b8ee98..5230281c 100644
--- a/kbruch/src/mainqtwidget.cpp
+++ b/kbruch/src/mainqtwidget.cpp
@@ -19,7 +19,7 @@
#include <config.h>
#include <tdeaccel.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <tdeaction.h>
#include <kdebug.h>
#include <kiconloader.h>
diff --git a/kbruch/src/taskview.cpp b/kbruch/src/taskview.cpp
index 7189aca7..b4b13476 100644
--- a/kbruch/src/taskview.cpp
+++ b/kbruch/src/taskview.cpp
@@ -21,7 +21,7 @@
/* these includes are needed for KDE support */
#include <klocale.h>
#include <kmessagebox.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <knumvalidator.h>
/* these includes are needed for TQt support */