diff options
Diffstat (limited to 'src/projects')
-rw-r--r-- | src/projects/k3baudioburndialog.cpp | 2 | ||||
-rw-r--r-- | src/projects/k3bdataburndialog.cpp | 2 | ||||
-rw-r--r-- | src/projects/k3bprojectburndialog.cpp | 2 | ||||
-rw-r--r-- | src/projects/k3bvcdburndialog.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/projects/k3baudioburndialog.cpp b/src/projects/k3baudioburndialog.cpp index 761cb75..103f345 100644 --- a/src/projects/k3baudioburndialog.cpp +++ b/src/projects/k3baudioburndialog.cpp @@ -50,7 +50,7 @@ #include <tqspinbox.h> #include <tdelocale.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdeconfig.h> #include <tdemessagebox.h> diff --git a/src/projects/k3bdataburndialog.cpp b/src/projects/k3bdataburndialog.cpp index f330738..0cb3ce3 100644 --- a/src/projects/k3bdataburndialog.cpp +++ b/src/projects/k3bdataburndialog.cpp @@ -55,7 +55,7 @@ #include <klineedit.h> #include <tdelocale.h> #include <tdeconfig.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdefiledialog.h> #include <kcombobox.h> #include <tdeio/global.h> diff --git a/src/projects/k3bprojectburndialog.cpp b/src/projects/k3bprojectburndialog.cpp index a565c4c..9944c87 100644 --- a/src/projects/k3bprojectburndialog.cpp +++ b/src/projects/k3bprojectburndialog.cpp @@ -46,7 +46,7 @@ #include <kstdguiitem.h> #include <kdebug.h> #include <tdeglobal.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdeapplication.h> #include <kiconloader.h> diff --git a/src/projects/k3bvcdburndialog.cpp b/src/projects/k3bvcdburndialog.cpp index 0dd4531..243dcc1 100644 --- a/src/projects/k3bvcdburndialog.cpp +++ b/src/projects/k3bvcdburndialog.cpp @@ -30,7 +30,7 @@ #include <tdelocale.h> #include <tdeconfig.h> #include <tdemessagebox.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdeio/global.h> #include <tdeapplication.h> |