diff options
Diffstat (limited to 'cervisia/qttableview.h')
-rw-r--r-- | cervisia/qttableview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cervisia/qttableview.h b/cervisia/qttableview.h index 2c306ed8..49e4b139 100644 --- a/cervisia/qttableview.h +++ b/cervisia/qttableview.h @@ -39,7 +39,7 @@ public: void tqrepaint( const TQRect &, bool erase=TRUE ); protected: - QtTableView( TQWidget *tqparent=0, const char *name=0, WFlags f=0 ); + QtTableView( TQWidget *parent=0, const char *name=0, WFlags f=0 ); ~QtTableView(); int numRows() const; |