diff options
Diffstat (limited to 'tdecore/kglobal.cpp')
-rw-r--r-- | tdecore/kglobal.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/kglobal.cpp b/tdecore/kglobal.cpp index b886d8d7f..6a4702853 100644 --- a/tdecore/kglobal.cpp +++ b/tdecore/kglobal.cpp @@ -42,7 +42,7 @@ #ifndef NDEBUG #define MYASSERT(x) if (!x) \ - qFatal("Fatal error: you need to have a KInstance object before\n" \ + tqFatal("Fatal error: you need to have a KInstance object before\n" \ "you do anything that requires it! Examples of this are config\n" \ "objects, standard directories or translations."); #else |