summaryrefslogtreecommitdiffstats
path: root/tests/testdatabase.cc
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-16 09:57:02 -0600
committerTimothy Pearson <[email protected]>2011-12-16 09:57:02 -0600
commitd55caffa62947ca831ae0c21aada3b55eec24027 (patch)
tree8a2a0ff56d7023011016a7e385f0f3b60ffea095 /tests/testdatabase.cc
parent631a19d8c5c5f69dc0d941c1997806fb422c79a6 (diff)
downloadkpilot-d55caffa62947ca831ae0c21aada3b55eec24027.tar.gz
kpilot-d55caffa62947ca831ae0c21aada3b55eec24027.zip
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 631a19d8c5c5f69dc0d941c1997806fb422c79a6.
Diffstat (limited to 'tests/testdatabase.cc')
-rw-r--r--tests/testdatabase.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testdatabase.cc b/tests/testdatabase.cc
index 02b43c6..7a88089 100644
--- a/tests/testdatabase.cc
+++ b/tests/testdatabase.cc
@@ -105,7 +105,7 @@ int checkDatabase(const char *path, recordInfo *info)
{
FUNCTIONSETUP;
- PilotLocalDatabase db(TQString::fromLatin1(path));
+ PilotLocalDatabase db(TQString::tqfromLatin1(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::fromLatin1(categoryNames[i]));
+ m->setCategoryName(i,TQString::tqfromLatin1(categoryNames[i]));
*/
}