summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-11-05 17:16:43 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-11-05 17:46:07 +0900
commit9acc1a042b04c6664d577d8087119fafb7d7e18e (patch)
tree0b89b910c56549d119b172a073b03c3b69c1e262
parent39b39ac774bef3c6790f90480b1b772144914251 (diff)
downloadkbiff-9acc1a042b04c6664d577d8087119fafb7d7e18e.tar.gz
kbiff-9acc1a042b04c6664d577d8087119fafb7d7e18e.zip
Don't use obsolete header kapp.hHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--kbiff/kbiff.h2
-rw-r--r--kbiff/main.cpp2
-rw-r--r--kbiff/notify.cpp2
-rw-r--r--kbiff/setupdlg.cpp2
-rw-r--r--kbiff/status.cpp2
5 files changed, 5 insertions, 5 deletions
diff --git a/kbiff/kbiff.h b/kbiff/kbiff.h
index 09ea4fa..e9c3ee4 100644
--- a/kbiff/kbiff.h
+++ b/kbiff/kbiff.h
@@ -20,7 +20,7 @@
#include <setupdlg.h>
#include <kbiffurl.h>
-#include <kapp.h>
+#include <tdeapplication.h>
#include <tqlabel.h>
#include <tqtimer.h>
diff --git a/kbiff/main.cpp b/kbiff/main.cpp
index c34a496..925a55c 100644
--- a/kbiff/main.cpp
+++ b/kbiff/main.cpp
@@ -1,7 +1,7 @@
#include "kbiff.h"
#include "version.h"
#include <twin.h>
-#include <kapp.h>
+#include <tdeapplication.h>
#include <tdelocale.h>
#include <tdecmdlineargs.h>
#include <tdeaboutdata.h>
diff --git a/kbiff/notify.cpp b/kbiff/notify.cpp
index f152431..07fa6eb 100644
--- a/kbiff/notify.cpp
+++ b/kbiff/notify.cpp
@@ -13,7 +13,7 @@
#include <tqpixmap.h>
#include <tqpushbutton.h>
-#include <kapp.h>
+#include <tdeapplication.h>
#include <tdeglobal.h>
#include <kiconloader.h>
#include <tdelocale.h>
diff --git a/kbiff/setupdlg.cpp b/kbiff/setupdlg.cpp
index 10958a5..298f742 100644
--- a/kbiff/setupdlg.cpp
+++ b/kbiff/setupdlg.cpp
@@ -31,7 +31,7 @@
#include <kaudioplayer.h>
#include <tdemessagebox.h>
#include <tdefiledialog.h>
-#include <kapp.h>
+#include <tdeapplication.h>
#include <tdeglobal.h>
#include <kiconloader.h>
#include <tdelocale.h>
diff --git a/kbiff/status.cpp b/kbiff/status.cpp
index b2e3435..f9b829b 100644
--- a/kbiff/status.cpp
+++ b/kbiff/status.cpp
@@ -8,7 +8,7 @@
#include "status.h"
#include "status.moc"
-#include <kapp.h>
+#include <tdeapplication.h>
#include <tdelocale.h>
#include <tqdesktopwidget.h>