Fix TQt4 FTBFS

v3.5.13-sru
Timothy Pearson 13 years ago
parent 8267b6fe74
commit c9ab463ba1

@ -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