diff options
Diffstat (limited to 'kexi/plugins/forms/widgets/kexidbform.cpp')
-rw-r--r-- | kexi/plugins/forms/widgets/kexidbform.cpp | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/kexi/plugins/forms/widgets/kexidbform.cpp b/kexi/plugins/forms/widgets/kexidbform.cpp index 4669fa40..106e465b 100644 --- a/kexi/plugins/forms/widgets/kexidbform.cpp +++ b/kexi/plugins/forms/widgets/kexidbform.cpp @@ -691,24 +691,4 @@ void KexiDBForm::setCursor( const TQCursor & cursor ) KexiDBFormBase::setCursor(cursor); } -//! @todo: TQt4? XORed resize rectangles instead of black widgets -/* -void KexiDBForm::paintEvent( TQPaintEvent *e ) -{ - TQPainter p; - p.begin(this, true); - bool unclipped = testWFlags( WPaintUnclipped ); - setWFlags( WPaintUnclipped ); - - p.setPen(white); - p.setRasterOp(XorROP); - p.drawLine(e->rect().topLeft(), e->rect().bottomRight()); - - if (!unclipped) - clearWFlags( WPaintUnclipped ); - p.end(); - KexiDBFormBase::paintEvent(e); -} -*/ - #include "kexidbform.moc" |