Fix TQt4 FTBFS

pull/1/head
Timothy Pearson 13 years ago
parent 63e401e27f
commit 7e4cb14ee8

@ -142,7 +142,7 @@ protected:
virtual void setRubberband( int );
void getRange( int id, int *, int * );
private:
public: //private:
enum { DefaultResizeMode = 3 };
void init();
@ -213,7 +213,7 @@ protected:
void mousePressEvent( TQMouseEvent * );
void mouseReleaseEvent( TQMouseEvent * );
private:
public: //private:
Qt::Orientation orient;
bool opaq;
int myId;

Loading…
Cancel
Save