diff options
| author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-09-18 23:43:22 +0000 |
|---|---|---|
| committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-09-18 23:43:22 +0000 |
| commit | f96e42380a9bc755141480d3809a9c7eeecb4539 (patch) | |
| tree | 2afc4371e5faf48a1f8dae25a7f752dbce17668f /kexi/kexidb/queryschema.cpp | |
| parent | 4534ffe29f468c46986d0b486b318b53f76115ad (diff) | |
| download | koffice-f96e42380a9bc755141480d3809a9c7eeecb4539.tar.gz koffice-f96e42380a9bc755141480d3809a9c7eeecb4539.zip | |
Fix a number of strings in Trinity that were incorrectly converted to TQ* from Q*
This fixes the Kopete MSN protocol among other things
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1254372 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kexi/kexidb/queryschema.cpp')
| -rw-r--r-- | kexi/kexidb/queryschema.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/kexidb/queryschema.cpp b/kexi/kexidb/queryschema.cpp index a82ca99a6..b77f76a3e 100644 --- a/kexi/kexidb/queryschema.cpp +++ b/kexi/kexidb/queryschema.cpp @@ -779,7 +779,7 @@ TQString QuerySchema::debugString() dbg.reserve(1024); //fields TableSchema *mt = masterTable(); - dbg = TQString("TQUERY ") + schemaDataDebugString() + "\n" + dbg = TQString("QUERY ") + schemaDataDebugString() + "\n" + "-masterTable=" + (mt ? mt->name() :"<NULL>") + "\n-COLUMNS:\n" + ((fieldCount()>0) ? FieldList::debugString() : "<NONE>") + "\n" |
