From e34a256a2fd8c97f303397523da53c52022371ad Mon Sep 17 00:00:00 2001 From: dmacvicar Date: Fri, 7 Dec 2007 13:36:15 +0000 Subject: [PATCH] YQPkgVersionsView , remove QT3_SUPPORT git-svn-id: http://svn.opensuse.org/svn/yast/trunk/qt4@42805 e0cc52ee-31ee-0310-8b87-e83c4596d67c --- src/pkg/YQPkgVersionsView.cc | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/pkg/YQPkgVersionsView.cc b/src/pkg/YQPkgVersionsView.cc index 4d0a7f7..5366a9e 100644 --- a/src/pkg/YQPkgVersionsView.cc +++ b/src/pkg/YQPkgVersionsView.cc @@ -18,16 +18,14 @@ /-*/ -#define QT3_SUPPORT 1 - #define y2log_component "qt-pkg" #include #include #include -#include -#include -#include +#include +#include +#include #include "YQPkgVersionsView.h" #include "YQPkgRepoList.h" @@ -103,7 +101,7 @@ YQPkgVersionsView::showDetailsIfVisible( ZyppSel selectable ) if ( _parentTab ) // Is this view embedded into a tab widget? { - if ( _parentTab->currentPage() == this ) // Is this page the topmost? + if ( _parentTab->currentWidget() == this ) // Is this page the topmost? showDetails( selectable ); } else // No tab parent - simply show data unconditionally. -- 2.39.2