diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 00:52:05 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 00:52:05 -0600 |
commit | d796716f1dc9dd0b198863d974a03bf356f636e6 (patch) | |
tree | 1bab87345ab25163397b8033b7e1910360bd94fb /k3bsetup/k3bsetup2.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 'k3bsetup/k3bsetup2.cpp')
-rw-r--r-- | k3bsetup/k3bsetup2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/k3bsetup/k3bsetup2.cpp b/k3bsetup/k3bsetup2.cpp index 8cd7e70..e0a8d89 100644 --- a/k3bsetup/k3bsetup2.cpp +++ b/k3bsetup/k3bsetup2.cpp @@ -34,7 +34,7 @@ #include <kmessagebox.h> #include <kinputdialog.h> #include <kstandarddirs.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <tdeversion.h> #include <ktextedit.h> |