diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:53:57 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:53:57 -0600 |
commit | c96f95eaac4e5415ddb92103a5c29ab55597408d (patch) | |
tree | d6b026edcb7e58f72fed333952a22f4c45fb01f8 /ksayit/src/doctreeviewimpl.cpp | |
parent | 127600d4f12c1787365edc471904f9732743c771 (diff) | |
download | tdeaccessibility-c96f95eaac4e5415ddb92103a5c29ab55597408d.tar.gz tdeaccessibility-c96f95eaac4e5415ddb92103a5c29ab55597408d.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'ksayit/src/doctreeviewimpl.cpp')
-rw-r--r-- | ksayit/src/doctreeviewimpl.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ksayit/src/doctreeviewimpl.cpp b/ksayit/src/doctreeviewimpl.cpp index 9f343b2..f72a717 100644 --- a/ksayit/src/doctreeviewimpl.cpp +++ b/ksayit/src/doctreeviewimpl.cpp @@ -23,10 +23,10 @@ //KDE includes #include <kdebug.h> -#include <kglobal.h> -#include <klocale.h> +#include <tdeglobal.h> +#include <tdelocale.h> #include <tdefiledialog.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <kinputdialog.h> // App specific includes |