diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:21:06 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:21:06 -0600 |
commit | 7d18baa666593a494ceea480732a8540ba471fe5 (patch) | |
tree | 1c656ba0da61a3bfcf4c4de730e66322865844fe /lib/kformula/formulacursor.cc | |
parent | 951839808408bed4165fc025dbf00caf59ea319b (diff) | |
download | koffice-7d18baa666593a494ceea480732a8540ba471fe5.tar.gz koffice-7d18baa666593a494ceea480732a8540ba471fe5.zip |
Rename additional global TQt functions
Diffstat (limited to 'lib/kformula/formulacursor.cc')
-rw-r--r-- | lib/kformula/formulacursor.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kformula/formulacursor.cc b/lib/kformula/formulacursor.cc index 2257d262..53d02b1f 100644 --- a/lib/kformula/formulacursor.cc +++ b/lib/kformula/formulacursor.cc @@ -650,7 +650,7 @@ void FormulaCursor::copy( TQDomDocument& doc ) } else { // This must never happen. - qFatal("A not normalized cursor is selecting."); + tqFatal("A not normalized cursor is selecting."); } } } |