Bug#328109: qt-x11-free: Please do not modularize the styles

2005-09-13 Thread Brian Nelson
[EMAIL PROTECTED] writes: > Package: qt-x11-free > Severity: normal > > with the current qt3 package it is not possible anymore to create own > styles based on QWindowsStyle. Small test program: > > #include > > class MyStyle : public QWindowsStyle > { > Q_OBJECT > }; > > g++ -I/usr/include

Bug#328109: qt-x11-free: Please do not modularize the styles

2005-09-13 Thread jasny
Package: qt-x11-free Severity: normal Hi, with the current qt3 package it is not possible anymore to create own styles based on QWindowsStyle. Small test program: #include class MyStyle : public QWindowsStyle { Q_OBJECT }; g++ -I/usr/include/qt3 -c windowsstyle.cpp It compiles at my