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

Loading…
Cancel
Save