summaryrefslogtreecommitdiffstats
path: root/kexi/plugins/macros/tests/komacrotestgui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/plugins/macros/tests/komacrotestgui.cpp')
-rw-r--r--kexi/plugins/macros/tests/komacrotestgui.cpp2
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!");
}
}