By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1168
Collapse All | Expand All

(-)a/sip/qt/qstyle.sip (+4 lines)
Lines 169-174 class TQStyleControlElementData; Link Here
169
169
170
class TQStyleWidgetActionRequestData
170
class TQStyleWidgetActionRequestData
171
{
171
{
172
%TypeHeaderCode
173
#include <tqstyle.h>
174
%End
175
172
public:
176
public:
173
	TQStyleWidgetActionRequestData();
177
	TQStyleWidgetActionRequestData();
174
	TQStyleWidgetActionRequestData(int, int = 0);
178
	TQStyleWidgetActionRequestData(int, int = 0);

Return to bug 1168