diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 23:09:49 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 23:09:49 -0600 |
commit | 32932d14f9b794773c7eb4deb33777248065a37c (patch) | |
tree | 978eb031285dd470924948eec044da7714e90e02 /src/dolphin.h | |
parent | 6b97d88a5acfa871e3a0d43728b09c79fd992564 (diff) | |
download | dolphin-32932d14f9b794773c7eb4deb33777248065a37c.tar.gz dolphin-32932d14f9b794773c7eb4deb33777248065a37c.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'src/dolphin.h')
-rw-r--r-- | src/dolphin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphin.h b/src/dolphin.h index ea7d081..d854df2 100644 --- a/src/dolphin.h +++ b/src/dolphin.h @@ -27,7 +27,7 @@ #endif #include <kapplication.h> -#include <kmainwindow.h> +#include <tdemainwindow.h> #include <tqvaluelist.h> #include <tqptrlist.h> #include <tqstring.h> |