summaryrefslogtreecommitdiffstats
path: root/kbarcode/sqltables.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:18:46 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:18:46 -0600
commit518a47c1df15bbc2b4f60a73c0ae8c18d05e57b6 (patch)
tree0423950a734f92b1166a520045bf2824e776519d /kbarcode/sqltables.cpp
parentd0478f6e3817d57fea22554559cc063be9f3f055 (diff)
downloadkbarcode-518a47c1df15bbc2b4f60a73c0ae8c18d05e57b6.tar.gz
kbarcode-518a47c1df15bbc2b4f60a73c0ae8c18d05e57b6.zip
Rename additional global TQt functions
Diffstat (limited to 'kbarcode/sqltables.cpp')
-rw-r--r--kbarcode/sqltables.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kbarcode/sqltables.cpp b/kbarcode/sqltables.cpp
index 9300807..1a72504 100644
--- a/kbarcode/sqltables.cpp
+++ b/kbarcode/sqltables.cpp
@@ -306,7 +306,7 @@ void SqlTables::importExampleData()
void SqlTables::importData( const TQString & filename, TQSqlDatabase* db )
{
if( !db ) {
- qDebug("Can't import data, dabase not open!");
+ tqDebug("Can't import data, dabase not open!");
return;
}
@@ -396,7 +396,7 @@ void SqlTables::updateTables()
for( unsigned int i = 0; i < 10; i++ )
q.exec("ALTER TABLE " TABLE_BASIC " ADD " + fields[i] + " varchar(50)");
- qDebug("changing fields");
+ tqDebug("changing fields");
changed = true;
}