diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:56:15 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:56:15 -0600 |
commit | 785994499c3b0631844ffe2029b984606f84f05c (patch) | |
tree | 5a02eb3c17972ab03914cfb93d44e3ae18f022a5 | |
parent | 6a0fe9ceb979c5b21c952547127283bc3a9594c1 (diff) | |
download | qt4-tqt-theme-engine-785994499c3b0631844ffe2029b984606f84f05c.tar.gz qt4-tqt-theme-engine-785994499c3b0631844ffe2029b984606f84f05c.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
-rw-r--r-- | plugin/simplestyle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/simplestyle.cpp b/plugin/simplestyle.cpp index 3b53eb8..74158f8 100644 --- a/plugin/simplestyle.cpp +++ b/plugin/simplestyle.cpp @@ -64,7 +64,7 @@ #include <kaboutdata.h> #include <kicontheme.h> #include <kiconloader.h> -#include <kfiledialog.h> +#include <tdefiledialog.h> #endif // #define DEBUG_SPEW 1 |