summaryrefslogtreecommitdiffstats
path: root/krec
diff options
context:
space:
mode:
Diffstat (limited to 'krec')
-rw-r--r--krec/krecconfig_files.cpp2
-rw-r--r--krec/krecconfig_fileswidget.cpp2
-rw-r--r--krec/krecconfigure.cpp2
-rw-r--r--krec/krecfile.cpp2
-rw-r--r--krec/krecglobal.cpp2
-rw-r--r--krec/krecord.cpp2
-rw-r--r--krec/main.cpp6
7 files changed, 9 insertions, 9 deletions
diff --git a/krec/krecconfig_files.cpp b/krec/krecconfig_files.cpp
index 36f7d3b3..9ad1f2fa 100644
--- a/krec/krecconfig_files.cpp
+++ b/krec/krecconfig_files.cpp
@@ -24,7 +24,7 @@
#include <tqlineedit.h>
#include <tqhbox.h>
#include <tqlabel.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <tdeconfig.h>
#include <klocale.h>
diff --git a/krec/krecconfig_fileswidget.cpp b/krec/krecconfig_fileswidget.cpp
index 96340ed3..8eb4dda4 100644
--- a/krec/krecconfig_fileswidget.cpp
+++ b/krec/krecconfig_fileswidget.cpp
@@ -21,7 +21,7 @@
#include <tqradiobutton.h>
#include <tqcheckbox.h>
#include <tqlineedit.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <tdeconfig.h>
#include <klocale.h>
#include <tqlabel.h>
diff --git a/krec/krecconfigure.cpp b/krec/krecconfigure.cpp
index 5db92218..f08bf48c 100644
--- a/krec/krecconfigure.cpp
+++ b/krec/krecconfigure.cpp
@@ -25,7 +25,7 @@
#include <tqlineedit.h>
#include <tqhbox.h>
#include <tqlabel.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <tdeconfig.h>
#include <klocale.h>
#include <kmessagebox.h>
diff --git a/krec/krecfile.cpp b/krec/krecfile.cpp
index bee2f733..cfd2ef6b 100644
--- a/krec/krecfile.cpp
+++ b/krec/krecfile.cpp
@@ -19,7 +19,7 @@
#include "krecnewproperties.h"
#include <kdebug.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <ktempdir.h>
#include <ktempfile.h>
#include <ktar.h>
diff --git a/krec/krecglobal.cpp b/krec/krecglobal.cpp
index 5ca06a6a..3c0191de 100644
--- a/krec/krecglobal.cpp
+++ b/krec/krecglobal.cpp
@@ -18,7 +18,7 @@
#include <tdeconfig.h>
#include <tqwidget.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kstatusbar.h>
#include <ktrader.h>
diff --git a/krec/krecord.cpp b/krec/krecord.cpp
index 30d029b6..955c8b89 100644
--- a/krec/krecord.cpp
+++ b/krec/krecord.cpp
@@ -29,7 +29,7 @@
#include <kmessagebox.h>
#include <klocale.h>
#include <kdebug.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <tdeaction.h>
#include <tdeconfig.h>
#include <tqlayout.h>
diff --git a/krec/main.cpp b/krec/main.cpp
index 8613b209..75333177 100644
--- a/krec/main.cpp
+++ b/krec/main.cpp
@@ -15,9 +15,9 @@
// Should stay here because I use it for Start-/Stop-Info (see below)
//#include <iostream>
-#include <kapplication.h>
-#include <kcmdlineargs.h>
-#include <kaboutdata.h>
+#include <tdeapplication.h>
+#include <tdecmdlineargs.h>
+#include <tdeaboutdata.h>
#include <klocale.h>
#include "krecord.h"