summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-02-25 18:50:49 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-02-25 18:50:49 +0900
commit2c3e4fa6f1e6ec2931cfecb1fd55ed1826bbc867 (patch)
treede820c6476c6283f5739353c69a2027656b7f251 /src
parentc941c6925e63166688e9ade9294955ccd3610b37 (diff)
downloadk9copy-2c3e4fa6f1e6ec2931cfecb1fd55ed1826bbc867.tar.gz
k9copy-2c3e4fa6f1e6ec2931cfecb1fd55ed1826bbc867.zip
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src')
-rw-r--r--src/k9langselect.cpp2
-rw-r--r--src/k9main.cpp2
-rw-r--r--src/k9mencodercmdgen.cpp2
-rw-r--r--src/k9play.cpp2
-rw-r--r--src/k9prefdvd.cpp2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/k9langselect.cpp b/src/k9langselect.cpp
index 3bf249c..300f843 100644
--- a/src/k9langselect.cpp
+++ b/src/k9langselect.cpp
@@ -15,7 +15,7 @@
#include "k9dvd.h"
#include "k9dvdtitle.h"
#include "k9main.h"
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
k9LangSelect::k9LangSelect(k9Main *mainWindow,TQWidget* parent, const char* name, WFlags fl)
: langSelect(parent,name,fl)
{
diff --git a/src/k9main.cpp b/src/k9main.cpp
index 0167945..5a5ffa4 100644
--- a/src/k9main.cpp
+++ b/src/k9main.cpp
@@ -40,7 +40,7 @@
#include <kurlrequester.h>
#include <kurl.h>
#include <tqdir.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <tqspinbox.h>
#include <tqstatusbar.h>
#include <kpushbutton.h>
diff --git a/src/k9mencodercmdgen.cpp b/src/k9mencodercmdgen.cpp
index c7ae8fb..b2777c3 100644
--- a/src/k9mencodercmdgen.cpp
+++ b/src/k9mencodercmdgen.cpp
@@ -28,7 +28,7 @@
#include <tqvbox.h>
#include <tqtooltip.h>
#include <tqwhatsthis.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <tdeapplication.h>
class _k9CheckListItem: public TQCheckListItem {
public:
diff --git a/src/k9play.cpp b/src/k9play.cpp
index f4b6c4e..7b20b7a 100644
--- a/src/k9play.cpp
+++ b/src/k9play.cpp
@@ -25,7 +25,7 @@
#include <fcntl.h>
#include "dvdread.h"
#include <tdetempfile.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
void k9play::saveStatus(k9play_st _status) {
TQFile fstatus(m_inject);
diff --git a/src/k9prefdvd.cpp b/src/k9prefdvd.cpp
index 4f5cfad..682b567 100644
--- a/src/k9prefdvd.cpp
+++ b/src/k9prefdvd.cpp
@@ -13,7 +13,7 @@
#include "k9prefdvd.h"
#include "k9config.h"
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <kurlrequester.h>
#include <tqcheckbox.h>
#include <tqspinbox.h>