diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:52:05 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:52:05 -0600 |
commit | d796716f1dc9dd0b198863d974a03bf356f636e6 (patch) | |
tree | 1bab87345ab25163397b8033b7e1910360bd94fb /src/projects/k3bdataburndialog.cpp | |
parent | 6f156aae95c8ea00b34ffb59e237df2f00cf8256 (diff) | |
download | k3b-d796716f1dc9dd0b198863d974a03bf356f636e6.tar.gz k3b-d796716f1dc9dd0b198863d974a03bf356f636e6.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/projects/k3bdataburndialog.cpp')
-rw-r--r-- | src/projects/k3bdataburndialog.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/projects/k3bdataburndialog.cpp b/src/projects/k3bdataburndialog.cpp index eee70f0..3df6c2a 100644 --- a/src/projects/k3bdataburndialog.cpp +++ b/src/projects/k3bdataburndialog.cpp @@ -54,11 +54,11 @@ #include <kmessagebox.h> #include <klineedit.h> #include <klocale.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kstandarddirs.h> -#include <kfiledialog.h> +#include <tdefiledialog.h> #include <kcombobox.h> -#include <kio/global.h> +#include <tdeio/global.h> #include "k3bfilecompilationsizehandler.h" |