[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-core-devel
Subject:    kdelibs/kmdi
From:       Andras Mantia <amantia () kde ! org>
Date:       2005-01-26 17:59:27
Message-ID: 20050126175927.AD3E01BB24 () office ! kde ! org
[Download RAW message or body]

CVS commit by amantia: 

Another compilation fix (same error). I'm wondering if KTabWidget from CVS HEAD is \
binary compatible with the one from 3.3. In 3.3 the insertTab methods are not \
overridden, while in CVS HEAD they are, altough they are virtual methods of \
QTabWidget...

CCMAIL: kde-core-devel@kde.org


  M +1 -1      kmdidocumentviewtabwidget.cpp   1.16


--- kdelibs/kmdi/kmdidocumentviewtabwidget.cpp  #1.15:1.16
@@ -62,5 +62,5 @@ void KMdiDocumentViewTabWidget::insertTa
 void KMdiDocumentViewTabWidget::insertTab ( QWidget * child, const QIconSet & \
iconset, const QString & label, int index )  {
-        KTabWidget::insertTab( child, iconset, label, index );
+        QTabWidget::insertTab( child, iconset, label, index );
         showPage( child );
         maybeShow();


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic