]> git.pld-linux.org Git - packages/doxygen.git/blob - doxygen-qtstyle.patch
- update to 1.3.7, remove obsolete qtstyle.patch patch
[packages/doxygen.git] / doxygen-qtstyle.patch
1 --- doxygen-1.3.2/addon/doxywizard/inputbool.cpp.orig   2003-01-11 20:24:12.000000000 +0100
2 +++ doxygen-1.3.2/addon/doxywizard/inputbool.cpp        2003-06-16 20:54:39.000000000 +0200
3 @@ -14,7 +14,6 @@
4  
5  #include "inputbool.h"
6  #include "pagewidget.h"
7 -#include <qwindowsstyle.h>
8  #include <qlayout.h>
9  
10  InputBool::InputBool( const QString & text, PageWidget * parent, bool &flag )
11 @@ -25,9 +24,8 @@
12    layout->addWidget(cb);
13    layout->addStretch(10);
14  
15 -  QWindowsStyle *winStyle = new QWindowsStyle();
16    cb->setChecked( flag );
17 -  cb->setStyle( winStyle );
18 +  cb->setStyle( "Windows" );
19    cb->setMinimumSize( sizeHint() );
20  
21    connect( cb, SIGNAL(toggled(bool)), SLOT(setState(bool)) );
This page took 0.197315 seconds and 3 git commands to generate.