diff options
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!"); } } |