summaryrefslogtreecommitdiffstats
path: root/src/sql/tqsqleditorfactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sql/tqsqleditorfactory.cpp')
-rw-r--r--src/sql/tqsqleditorfactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sql/tqsqleditorfactory.cpp b/src/sql/tqsqleditorfactory.cpp
index 3598a7cac..0f8d202c6 100644
--- a/src/sql/tqsqleditorfactory.cpp
+++ b/src/sql/tqsqleditorfactory.cpp
@@ -178,7 +178,7 @@ TQWidget * TQSqlEditorFactory::createEditor( TQWidget * parent,
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" );