diff options
Diffstat (limited to 'libk3b')
-rw-r--r-- | libk3b/core/k3bcore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libk3b/core/k3bcore.cpp b/libk3b/core/k3bcore.cpp index 29a60e3..20ed3c7 100644 --- a/libk3b/core/k3bcore.cpp +++ b/libk3b/core/k3bcore.cpp @@ -127,7 +127,7 @@ K3bCore::K3bCore( TQObject* parent, const char* name ) d = new Private(); if( s_k3bCore ) - qFatal("ONLY ONE INSTANCE OF K3BCORE ALLOWED!"); + tqFatal("ONLY ONE INSTANCE OF K3BCORE ALLOWED!"); s_k3bCore = this; // create the thread widget instance in the GUI thread |