diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:07:53 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:07:53 -0600 |
commit | 3ad898c43c0716bc30f5513a7b0ff6d92cc5e54c (patch) | |
tree | 804ae6b389ec089efe4ccb423763b03f9bf53439 /src/app | |
parent | f10950a5b2fef43a5f3a99170682eea55fe9b80b (diff) | |
download | gwenview-3ad898c43c0716bc30f5513a7b0ff6d92cc5e54c.tar.gz gwenview-3ad898c43c0716bc30f5513a7b0ff6d92cc5e54c.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/app')
-rw-r--r-- | src/app/vtabwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/vtabwidget.cpp b/src/app/vtabwidget.cpp index 9e72b86..d48b59d 100644 --- a/src/app/vtabwidget.cpp +++ b/src/app/vtabwidget.cpp @@ -26,7 +26,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. #include <tqwidgetstack.h> // KDE -#include <kmultitabbar.h> +#include <tdemultitabbar.h> namespace Gwenview { |