diff options
Diffstat (limited to 'arts/builder/propertypanel.cpp')
-rw-r--r-- | arts/builder/propertypanel.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arts/builder/propertypanel.cpp b/arts/builder/propertypanel.cpp index ad1a3fe0..46615711 100644 --- a/arts/builder/propertypanel.cpp +++ b/arts/builder/propertypanel.cpp @@ -355,12 +355,12 @@ bool PropertyPanel::eventFilter( TQObject *o, TQEvent *e ) constantValueEdit->setText( entered ); constantValueEdit->setFocus(); // kdDebug() << "keyPress used in propPanel" << endl; - return TRUE; // eat event + return true; // eat event } } // else // kdDebug() << "event type = " << e->type() << " != " << TQEvent::KeyPress << endl; - return FALSE; // PropertyPanelBase::eventFilter( o, e ); + return false; // PropertyPanelBase::eventFilter( o, e ); } bool PropertyPanel::isEnum(const std::string& type) |