Remove spurious junk that was causing kalyptus to fail from QSplitter/TQSplitter header files

pull/1/head
Timothy Pearson 13 years ago
parent a6468e10ed
commit 12897770f4

@ -63,9 +63,9 @@ public:
handleWidth( 0 ) { }
TQPtrList<TQSplitterLayoutStruct> list;
bool opaque : 8;
bool firstShow : 8;
bool tqchildrenCollapsible : 8;
bool opaque;
bool firstShow;
bool tqchildrenCollapsible;
int handleWidth;
};
@ -73,9 +73,9 @@ class TQSplitterLayoutStruct : public TQt
{
public:
TQCOORD sizer;
uint isHandle : 1;
uint collapsible : 2;
uint resizeMode : 2;
uint isHandle;
uint collapsible;
uint resizeMode;
TQWidget *wid;
TQSplitterLayoutStruct()

Loading…
Cancel
Save