diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 23:22:57 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 23:22:57 -0600 |
commit | 5be945600e2d7776e74663f56c2a25a8f57d7891 (patch) | |
tree | 9be5ab8203c0769df4dc0f314c45e52fa5ecfd8c /vcs/cvsservice/cvspartimpl.cpp | |
parent | e36b30d13d1f89100fae656adfde2b52234d12b6 (diff) | |
download | tdevelop-5be945600e2d7776e74663f56c2a25a8f57d7891.tar.gz tdevelop-5be945600e2d7776e74663f56c2a25a8f57d7891.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'vcs/cvsservice/cvspartimpl.cpp')
-rw-r--r-- | vcs/cvsservice/cvspartimpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcs/cvsservice/cvspartimpl.cpp b/vcs/cvsservice/cvspartimpl.cpp index 0210ad0a..f2dedc09 100644 --- a/vcs/cvsservice/cvspartimpl.cpp +++ b/vcs/cvsservice/cvspartimpl.cpp @@ -21,7 +21,7 @@ #include <klocale.h> #include <kprocess.h> #include <kstandarddirs.h> -#include <kmainwindow.h> +#include <tdemainwindow.h> #include <dcopref.h> // CvsService stuff #include <repository_stub.h> |