diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 00:56:37 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 00:56:37 -0600 |
commit | f27722e2ce5ace1f24cd5708825dd5ca15f99eb5 (patch) | |
tree | 230b82d435adca7dbef3efd8c46293bc37240d35 /src/tdesvnd | |
parent | 13bee4c83a03d3b058a5c67e1f1da7fc60c33ee3 (diff) | |
download | tdesvn-f27722e2ce5ace1f24cd5708825dd5ca15f99eb5.tar.gz tdesvn-f27722e2ce5ace1f24cd5708825dd5ca15f99eb5.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/tdesvnd')
-rw-r--r-- | src/tdesvnd/tdesvnd_dcop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tdesvnd/tdesvnd_dcop.cpp b/src/tdesvnd/tdesvnd_dcop.cpp index 9b4d598..13a852e 100644 --- a/src/tdesvnd/tdesvnd_dcop.cpp +++ b/src/tdesvnd/tdesvnd_dcop.cpp @@ -37,7 +37,7 @@ #include <kmessagebox.h> #include <klocale.h> #include <kglobal.h> -#include <kfiledialog.h> +#include <tdefiledialog.h> #include <kpassdlg.h> #include <tqdir.h> |