summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-08-08 03:34:32 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-08-08 03:34:32 -0500
commit7e4cb14ee8d64b2a0ad3c6f4b8326ab4b6a35972 (patch)
treef0b2fdd6e8e749e6a3549e2ce7262cfef1065eea
parent63e401e27f1190e35dfb85593cf6bccee3b0e17f (diff)
downloadexperimental-7e4cb14e.tar.gz
experimental-7e4cb14e.zip
Fix TQt4 FTBFS
-rw-r--r--tqtinterface/qt4/src/widgets/tqsplitter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tqtinterface/qt4/src/widgets/tqsplitter.h b/tqtinterface/qt4/src/widgets/tqsplitter.h
index b8b9daf..7dd9a3a 100644
--- a/tqtinterface/qt4/src/widgets/tqsplitter.h
+++ b/tqtinterface/qt4/src/widgets/tqsplitter.h
@@ -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;