diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:52:00 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:52:00 -0600 |
commit | 5b341c1d7f5e40a531de253b2c6ba37a427146e7 (patch) | |
tree | 118204e14298c7f1a58535622686696afb4c64cb /src/svnfrontend/fronthelpers/checkoutinfo_impl.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/svnfrontend/fronthelpers/checkoutinfo_impl.cpp')
-rw-r--r-- | src/svnfrontend/fronthelpers/checkoutinfo_impl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svnfrontend/fronthelpers/checkoutinfo_impl.cpp b/src/svnfrontend/fronthelpers/checkoutinfo_impl.cpp index 85f8891..3dad68d 100644 --- a/src/svnfrontend/fronthelpers/checkoutinfo_impl.cpp +++ b/src/svnfrontend/fronthelpers/checkoutinfo_impl.cpp @@ -28,7 +28,7 @@ #include <klineedit.h> #include <tqcheckbox.h> -#include <klocale.h> +#include <tdelocale.h> #include <kdebug.h> CheckoutInfo_impl::CheckoutInfo_impl(TQWidget *parent, const char *name) |