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

List:       kde-commits
Subject:    KDE/kdegraphics/kpdf
From:       Laurent Montel <montel () kde ! org>
Date:       2005-11-10 17:52:06
Message-ID: 1131645126.425568.19802.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 479485 by mlaurent:

Byebye q3vbox


 M  +2 -2      part.cpp  
 M  +4 -3      ui/thumbnaillist.h  


--- trunk/KDE/kdegraphics/kpdf/part.cpp #479484:479485
@@ -26,7 +26,7 @@
 #include <qpainter.h>
 #include <qlayout.h>
 #include <qlabel.h>
-#include <q3vbox.h>
+#include <kvbox.h>
 #include <qtoolbox.h>
 #include <qpushbutton.h>
 #include <dcopobject.h>
@@ -158,7 +158,7 @@
 	enableTOC( false );
 
 	// [left toolbox: Thumbnails and Bookmarks] | []
-	Q3VBox * thumbsBox = new ThumbnailsBox( m_toolBox );
+	KVBox * thumbsBox = new ThumbnailsBox( m_toolBox );
 	m_searchWidget = new SearchWidget( thumbsBox, m_document );
 	m_thumbnailList = new ThumbnailList( thumbsBox, m_document );
 //	ThumbnailController * m_tc = new ThumbnailController( thumbsBox, m_thumbnailList );
--- trunk/KDE/kdegraphics/kpdf/ui/thumbnaillist.h #479484:479485
@@ -12,8 +12,9 @@
 
 #include <q3scrollview.h>
 #include <qvector.h>
-#include <q3vbox.h>
+
 #include <ktoolbar.h>
+#include <kvbox.h>
 #include "core/observer.h"
 
 class QTimer;
@@ -97,10 +98,10 @@
 /**
  * @short A vertical boxed container with zero size hint (for insertion on left toolbox)
  */
-class ThumbnailsBox : public Q3VBox
+class ThumbnailsBox : public KVBox
 {
 	public:
-		ThumbnailsBox( QWidget * parent ) : Q3VBox( parent ) {};
+		ThumbnailsBox( QWidget * parent ) : KVBox( parent ) {};
 		QSize sizeHint() const { return QSize(); }
 };
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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