diff options
Diffstat (limited to 'tqtinterface/qt4/src/widgets/tqframe.h')
-rw-r--r-- | tqtinterface/qt4/src/widgets/tqframe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tqtinterface/qt4/src/widgets/tqframe.h b/tqtinterface/qt4/src/widgets/tqframe.h index bc68c24..8d289d2 100644 --- a/tqtinterface/qt4/src/widgets/tqframe.h +++ b/tqtinterface/qt4/src/widgets/tqframe.h @@ -74,7 +74,7 @@ public: bool lineShapesOk() const { return TRUE; } #endif - virtual TQSize sizeHint() const; + virtual TQSize tqsizeHint() const; enum Shape { NoFrame = 0, // no frame Box = 0x0001, // rectangular box |