diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:47:18 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:47:18 -0600 |
commit | 58f49dd1a1b651f336d96a92f8c7e66bcdc6a0f5 (patch) | |
tree | 861468806ac7cf2997c1476897ddb41bc37e0dd5 /src/notes.cpp | |
parent | 876d8b2b84c183c7e78c691bdaee9da3bb319ba2 (diff) | |
download | knowit-58f49dd1a1b651f336d96a92f8c7e66bcdc6a0f5.tar.gz knowit-58f49dd1a1b651f336d96a92f8c7e66bcdc6a0f5.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/notes.cpp')
-rw-r--r-- | src/notes.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/notes.cpp b/src/notes.cpp index 3a6d012..d0ca588 100644 --- a/src/notes.cpp +++ b/src/notes.cpp @@ -21,9 +21,9 @@ #include <tqdatetime.h> #include <tqtextstream.h> #include <tqtextcodec.h> -#include <klocale.h> +#include <tdelocale.h> #include <tdelistview.h> -#include <kglobal.h> +#include <tdeglobal.h> #include <kiconloader.h> #include <kmimetype.h> #include <krun.h> |