diff options
author | Timothy Pearson <[email protected]> | 2012-03-01 13:21:06 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-03-01 13:21:06 -0600 |
commit | 7d18baa666593a494ceea480732a8540ba471fe5 (patch) | |
tree | 1c656ba0da61a3bfcf4c4de730e66322865844fe /kexi/plugins/macros/tests/komacrotestgui.cpp | |
parent | 951839808408bed4165fc025dbf00caf59ea319b (diff) | |
download | koffice-7d18baa666593a494ceea480732a8540ba471fe5.tar.gz koffice-7d18baa666593a494ceea480732a8540ba471fe5.zip |
Rename additional global TQt functions
Diffstat (limited to 'kexi/plugins/macros/tests/komacrotestgui.cpp')
-rw-r--r-- | kexi/plugins/macros/tests/komacrotestgui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/plugins/macros/tests/komacrotestgui.cpp b/kexi/plugins/macros/tests/komacrotestgui.cpp index abf4459d..cddb4596 100644 --- a/kexi/plugins/macros/tests/komacrotestgui.cpp +++ b/kexi/plugins/macros/tests/komacrotestgui.cpp @@ -55,6 +55,6 @@ int main( int argc, char** argv ) } // mmh seems we forgot to catch an exception... catch(...) { - qFatal("Unhandled Exception!"); + tqFatal("Unhandled Exception!"); } } |