summaryrefslogtreecommitdiffstats
path: root/amor
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:19:17 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:19:17 -0600
commita002e0879f1ee9759db789bde6d9f1cf9b99ea44 (patch)
tree57fd8d56705f71999a85cf0d9f236c0b113cdc10 /amor
parent8a9def19a71ed5550f846496345166261910f102 (diff)
downloadtdetoys-a002e0879f1ee9759db789bde6d9f1cf9b99ea44.tar.gz
tdetoys-a002e0879f1ee9759db789bde6d9f1cf9b99ea44.zip
Rename common header files for consistency with class renaming
Diffstat (limited to 'amor')
-rw-r--r--amor/amoranim.cpp2
-rw-r--r--amor/amorbubble.h2
-rw-r--r--amor/amorconfig.cpp2
-rw-r--r--amor/amordialog.cpp2
-rw-r--r--amor/amortips.cpp2
-rw-r--r--amor/amorwidget.h2
-rw-r--r--amor/main.cpp4
7 files changed, 8 insertions, 8 deletions
diff --git a/amor/amoranim.cpp b/amor/amoranim.cpp
index a87bdf1..3dcfef5 100644
--- a/amor/amoranim.cpp
+++ b/amor/amoranim.cpp
@@ -25,7 +25,7 @@
** Bug reports and questions can be sent to kde-devel@kde.org
*/
#include <stdlib.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kstandarddirs.h>
#include "amoranim.h"
#include "amorpm.h"
diff --git a/amor/amorbubble.h b/amor/amorbubble.h
index a7df655..3a99b7d 100644
--- a/amor/amorbubble.h
+++ b/amor/amorbubble.h
@@ -31,7 +31,7 @@
#include <config.h>
#endif
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <tqwidget.h>
#include <tqbitmap.h>
diff --git a/amor/amorconfig.cpp b/amor/amorconfig.cpp
index 8e7f590..b58c2b5 100644
--- a/amor/amorconfig.cpp
+++ b/amor/amorconfig.cpp
@@ -24,7 +24,7 @@
/*
** Bug reports and questions can be sent to kde-devel@kde.org
*/
-#include <kapplication.h>
+#include <tdeapplication.h>
#include "amorconfig.h"
#include <tdeconfig.h>
diff --git a/amor/amordialog.cpp b/amor/amordialog.cpp
index 36cc629..ced2f7a 100644
--- a/amor/amordialog.cpp
+++ b/amor/amordialog.cpp
@@ -29,7 +29,7 @@
#include <tqlabel.h>
#include <tqslider.h>
#include <tqpainter.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <ksimpleconfig.h>
#include "amordialog.h"
#include "amordialog.moc"
diff --git a/amor/amortips.cpp b/amor/amortips.cpp
index 377de01..e20e98f 100644
--- a/amor/amortips.cpp
+++ b/amor/amortips.cpp
@@ -25,7 +25,7 @@
** Bug reports and questions can be sent to kde-devel@kde.org
*/
#include <stdlib.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include "amortips.h"
#include <kstandarddirs.h>
#include <klocale.h>
diff --git a/amor/amorwidget.h b/amor/amorwidget.h
index f7a19d6..d5cdd88 100644
--- a/amor/amorwidget.h
+++ b/amor/amorwidget.h
@@ -31,7 +31,7 @@
#include <config.h>
#endif
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <tqwidget.h>
//---------------------------------------------------------------------------
diff --git a/amor/main.cpp b/amor/main.cpp
index 4fc7600..4be2da7 100644
--- a/amor/main.cpp
+++ b/amor/main.cpp
@@ -32,8 +32,8 @@
#include <kuniqueapplication.h>
#include <klocale.h>
-#include <kcmdlineargs.h>
-#include <kaboutdata.h>
+#include <tdecmdlineargs.h>
+#include <tdeaboutdata.h>
#include <dcopclient.h>
#include "version.h"