diff options
Diffstat (limited to 'tools/designer/examples/book/connection.cpp')
| -rw-r--r-- | tools/designer/examples/book/connection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/designer/examples/book/connection.cpp b/tools/designer/examples/book/connection.cpp index ff56e15d0..15fa43c56 100644 --- a/tools/designer/examples/book/connection.cpp +++ b/tools/designer/examples/book/connection.cpp @@ -21,7 +21,7 @@ bool createConnections() tqWarning( "Failed to open books database: " + defaultDB->lastError().driverText() ); tqWarning( defaultDB->lastError().databaseText() ); - return FALSE; + return false; } TQSqlQuery q(TQString::null, defaultDB); @@ -46,7 +46,7 @@ bool createConnections() q.exec("INSERT INTO sequence VALUES ( 'author', 2 )"); q.exec("INSERT INTO sequence VALUES ( 'book', 5 )"); - return TRUE; + return true; } |
