diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 23:10:01 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 23:10:01 -0600 |
commit | 577ac5a23791dae4503e26ab46a3f7a0ba393c7a (patch) | |
tree | 86bdb25b48ee850dc404d382eecbf10f9f48f845 /src/HACKING | |
parent | 5920e96087707ba892650898521dac63152274f9 (diff) | |
download | gwenview-577ac5a23791dae4503e26ab46a3f7a0ba393c7a.tar.gz gwenview-577ac5a23791dae4503e26ab46a3f7a0ba393c7a.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'src/HACKING')
-rw-r--r-- | src/HACKING | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/HACKING b/src/HACKING index 599dd3b..3e45a7f 100644 --- a/src/HACKING +++ b/src/HACKING @@ -88,7 +88,7 @@ Q_OBJECT, make sure you include the .moc file, not the .h. // KDE #include <kiconview.h> -#include <klistview.h> +#include <tdelistview.h> // Local #include "aclass.h" |