diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-18 18:12:52 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-18 18:12:52 -0600 |
| commit | e2574db445c23b812a26740475cbacbbd964639b (patch) | |
| tree | 316cf67e705010864637b7293c323abdc26f371b /tests/testdatabase.cc | |
| parent | d55caffa62947ca831ae0c21aada3b55eec24027 (diff) | |
| download | kpilot-e2574db445c23b812a26740475cbacbbd964639b.tar.gz kpilot-e2574db445c23b812a26740475cbacbbd964639b.zip | |
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'tests/testdatabase.cc')
| -rw-r--r-- | tests/testdatabase.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testdatabase.cc b/tests/testdatabase.cc index 7a88089..02b43c6 100644 --- a/tests/testdatabase.cc +++ b/tests/testdatabase.cc @@ -105,7 +105,7 @@ int checkDatabase(const char *path, recordInfo *info) { FUNCTIONSETUP; - PilotLocalDatabase db(TQString::tqfromLatin1(path)); + PilotLocalDatabase db(TQString::fromLatin1(path)); if (!db.isOpen()) { kdDebug() << "No database " << path << endl; @@ -191,7 +191,7 @@ TQStringList listCategories() cats.append(s); /* if (i<((sizeof(categoryNames) / sizeof(categoryNames[0])))) - m->setCategoryName(i,TQString::tqfromLatin1(categoryNames[i])); + m->setCategoryName(i,TQString::fromLatin1(categoryNames[i])); */ } |
