diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:44:35 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:44:35 -0600 |
commit | ce769d5ff82f5e410853b665b21e6dca43876ba0 (patch) | |
tree | 1b174439cfd456a2c3686552361a410510240d84 /src/part/radialMap/widget.cpp | |
parent | f18f782743d9c7465d85be4e109015542bb95cc2 (diff) | |
download | filelight-ce769d5ff82f5e410853b665b21e6dca43876ba0.tar.gz filelight-ce769d5ff82f5e410853b665b21e6dca43876ba0.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/part/radialMap/widget.cpp')
-rw-r--r-- | src/part/radialMap/widget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/part/radialMap/widget.cpp b/src/part/radialMap/widget.cpp index e1b606f..0520f9e 100644 --- a/src/part/radialMap/widget.cpp +++ b/src/part/radialMap/widget.cpp @@ -2,7 +2,7 @@ //Copyright: See COPYING file that comes with this distribution #include <kcursor.h> //ctor -#include <klocale.h> +#include <tdelocale.h> #include <kurl.h> #include <tqapplication.h> //sendEvent #include <tqbitmap.h> //ctor - finding cursor size |