diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:52:00 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:52:00 -0600 |
commit | 5b341c1d7f5e40a531de253b2c6ba37a427146e7 (patch) | |
tree | 118204e14298c7f1a58535622686696afb4c64cb /src/tdesvn.cpp | |
parent | 13e480c92e41a25f2ff3e3a13062e57f183e19ed (diff) | |
download | tdesvn-5b341c1d7f5e40a531de253b2c6ba37a427146e7.tar.gz tdesvn-5b341c1d7f5e40a531de253b2c6ba37a427146e7.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/tdesvn.cpp')
-rw-r--r-- | src/tdesvn.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tdesvn.cpp b/src/tdesvn.cpp index e7f282f..4de0574 100644 --- a/src/tdesvn.cpp +++ b/src/tdesvn.cpp @@ -29,8 +29,8 @@ #include <tqpaintdevicemetrics.h> #include <tqcursor.h> -#include <kglobal.h> -#include <klocale.h> +#include <tdeglobal.h> +#include <tdelocale.h> #include <kiconloader.h> #include <tdeversion.h> #include <kstatusbar.h> @@ -42,10 +42,10 @@ #include <kurldrag.h> #include <kurlrequesterdlg.h> #include <khelpmenu.h> -#include <kmenubar.h> +#include <tdemenubar.h> #include <tdepopupmenu.h> #include <tdeactionclasses.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <tdestdaccel.h> #include <tdeaction.h> #include <kstdaction.h> |