diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 00:52:47 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 00:52:47 -0600 |
commit | e9bf6fab2dcfd9d3bfe9a874537909aee0256675 (patch) | |
tree | c3e0ffe2eb0c86459eaa412870797b5dbdd86035 /src/optiondialog.cpp | |
parent | 00d0a95b8c6deb786c62c9520f4716942788d02a (diff) | |
download | kdiff3-e9bf6fab2dcfd9d3bfe9a874537909aee0256675.tar.gz kdiff3-e9bf6fab2dcfd9d3bfe9a874537909aee0256675.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/optiondialog.cpp')
-rw-r--r-- | src/optiondialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/optiondialog.cpp b/src/optiondialog.cpp index a67c665..be84a9b 100644 --- a/src/optiondialog.cpp +++ b/src/optiondialog.cpp @@ -38,7 +38,7 @@ #include <kfontdialog.h> // For KFontChooser #include <kiconloader.h> #include <klocale.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kmessagebox.h> #include <kmainwindow.h> //For ktoolbar.h |