diff options
Diffstat (limited to 'kexi/plugins/forms/widgets')
| -rw-r--r-- | kexi/plugins/forms/widgets/kexidbcombobox.cpp | 1 | ||||
| -rw-r--r-- | kexi/plugins/forms/widgets/kexidbform.cpp | 20 | 
2 files changed, 0 insertions, 21 deletions
diff --git a/kexi/plugins/forms/widgets/kexidbcombobox.cpp b/kexi/plugins/forms/widgets/kexidbcombobox.cpp index e315e752c..26ba8ebe5 100644 --- a/kexi/plugins/forms/widgets/kexidbcombobox.cpp +++ b/kexi/plugins/forms/widgets/kexidbcombobox.cpp @@ -186,7 +186,6 @@ void KexiDBComboBox::createEditor()  		m_subwidget->setGeometry( editorGeometry() );  		if (!d->isEditable) {  			m_subwidget->setCursor(TQCursor(TQt::ArrowCursor)); // widgets like listedit have IbeamCursor, we don't want that -//! @todo TQt4: set transparent background, for now we're setting button color  			TQPalette subwidgetPalette( m_subwidget->palette() );  			subwidgetPalette.setColor(TQPalette::Active, TQColorGroup::Base,   				subwidgetPalette.color(TQPalette::Active, TQColorGroup::Button)); diff --git a/kexi/plugins/forms/widgets/kexidbform.cpp b/kexi/plugins/forms/widgets/kexidbform.cpp index 4669fa406..106e465b6 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"  | 
