diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:44:01 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:44:01 -0600 |
commit | 41589ff912ef92cc28f3168a3e962deb677334fe (patch) | |
tree | afb226721e64926da2c25b30836d082eba32546a /src/notecontent.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/notecontent.cpp')
-rw-r--r-- | src/notecontent.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/notecontent.cpp b/src/notecontent.cpp index defbe47..c22743e 100644 --- a/src/notecontent.cpp +++ b/src/notecontent.cpp @@ -31,9 +31,9 @@ #include <ktextedit.h> #include <kservice.h> #include <kcolordialog.h> -#include <kmessagebox.h> -#include <klocale.h> -#include <kglobalsettings.h> +#include <tdemessagebox.h> +#include <tdelocale.h> +#include <tdeglobalsettings.h> #include <kpixmapeffect.h> #include <tqbitmap.h> #include <kurifilter.h> |