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/svnfrontend/tcontextlistener.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/tcontextlistener.cpp')
| -rw-r--r-- | src/svnfrontend/tcontextlistener.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svnfrontend/tcontextlistener.cpp b/src/svnfrontend/tcontextlistener.cpp index 3947712..eaa4d14 100644 --- a/src/svnfrontend/tcontextlistener.cpp +++ b/src/svnfrontend/tcontextlistener.cpp @@ -28,7 +28,7 @@ #include <tdeapplication.h> #include <kdebug.h> -#include <klocale.h> +#include <tdelocale.h> ThreadContextListener::ThreadContextListener(TQObject* parent, const char* name) : CContextListener(parent, name) |
