diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:44:01 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:44:01 -0600 |
commit | 41589ff912ef92cc28f3168a3e962deb677334fe (patch) | |
tree | afb226721e64926da2c25b30836d082eba32546a /src/note.cpp | |
parent | 06ab7fb3b7ec008a5fe3364a0430159900ff6553 (diff) | |
download | basket-41589ff912ef92cc28f3168a3e962deb677334fe.tar.gz basket-41589ff912ef92cc28f3168a3e962deb677334fe.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/note.cpp')
-rw-r--r-- | src/note.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/note.cpp b/src/note.cpp index dfffe8f..227df8a 100644 --- a/src/note.cpp +++ b/src/note.cpp @@ -19,7 +19,7 @@ ***************************************************************************/ #include <tqpainter.h> -#include <kglobalsettings.h> +#include <tdeglobalsettings.h> #include <tqstyle.h> #include <tdeapplication.h> #include <tdestyle.h> @@ -27,8 +27,8 @@ #include <kiconloader.h> #include <kpixmapeffect.h> #include <kpixmap.h> -#include <kglobal.h> -#include <klocale.h> +#include <tdeglobal.h> +#include <tdelocale.h> #include <kurifilter.h> #include <tqfile.h> |