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 /libk3b/projects/videocd/k3bvcdoptions.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 'libk3b/projects/videocd/k3bvcdoptions.cpp')
-rw-r--r-- | libk3b/projects/videocd/k3bvcdoptions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libk3b/projects/videocd/k3bvcdoptions.cpp b/libk3b/projects/videocd/k3bvcdoptions.cpp index f963be8..e19e622 100644 --- a/libk3b/projects/videocd/k3bvcdoptions.cpp +++ b/libk3b/projects/videocd/k3bvcdoptions.cpp @@ -15,7 +15,7 @@ // Kde Includes #include <kapplication.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <k3bcore.h> #include <klocale.h> #include <kstandarddirs.h> |