diff options
author | Timothy Pearson <[email protected]> | 2013-01-26 13:07:44 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-26 13:07:44 -0600 |
commit | 63e092c47c1af1d465a2095deebfab8d78d9c89a (patch) | |
tree | 473aeb46282dc96db0e2cfda3a2a30c218500403 /src/dolphinview.h | |
parent | e32adbca5bcb755fbed588660b6b690089210aa6 (diff) | |
download | dolphin-63e092c47c1af1d465a2095deebfab8d78d9c89a.tar.gz dolphin-63e092c47c1af1d465a2095deebfab8d78d9c89a.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/dolphinview.h')
-rw-r--r-- | src/dolphinview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h index 471ea8d..e402aff 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -23,7 +23,7 @@ #define _DOLPHINVIEW_H_ #include <tqwidget.h> -#include <kparts/part.h> +#include <tdeparts/part.h> #include <kfileitem.h> #include <kfileiconview.h> #include <kio/job.h> |