summaryrefslogtreecommitdiffstats
path: root/src/sql/tqeditorfactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sql/tqeditorfactory.cpp')
-rw-r--r--src/sql/tqeditorfactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sql/tqeditorfactory.cpp b/src/sql/tqeditorfactory.cpp
index 098d850c7..6c1cf4a60 100644
--- a/src/sql/tqeditorfactory.cpp
+++ b/src/sql/tqeditorfactory.cpp
@@ -150,7 +150,7 @@ TQWidget * TQEditorFactory::createEditor( TQWidget * parent, const TQVariant & v
case TQVariant::CString:
case TQVariant::Double:
w = new TQLineEdit( parent, "qt_editor_double" );
- ((TQLineEdit*)w)->setFrame( FALSE );
+ ((TQLineEdit*)w)->setFrame( false );
break;
case TQVariant::Date:
w = new TQDateEdit( parent, "qt_editor_date" );