diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:44:58 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:44:58 -0600 |
commit | 281d226f744d70a826a3bffff1ee964ef5915d4f (patch) | |
tree | c42d5ae7840ea2a74f5f6c1b1a958569a8d2bf27 /src/projects/k3bvideodvdburndialog.cpp | |
parent | e8585949197fd7b5423328b0aeb8cceffa18f0db (diff) | |
download | k3b-281d226f744d70a826a3bffff1ee964ef5915d4f.tar.gz k3b-281d226f744d70a826a3bffff1ee964ef5915d4f.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/projects/k3bvideodvdburndialog.cpp')
-rw-r--r-- | src/projects/k3bvideodvdburndialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/projects/k3bvideodvdburndialog.cpp b/src/projects/k3bvideodvdburndialog.cpp index 1479ffc..15ffcc3 100644 --- a/src/projects/k3bvideodvdburndialog.cpp +++ b/src/projects/k3bvideodvdburndialog.cpp @@ -28,9 +28,9 @@ #include <k3bglobalsettings.h> #include <tdeconfig.h> -#include <klocale.h> +#include <tdelocale.h> #include <tdeio/global.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <tqlayout.h> #include <tqcheckbox.h> |