From 74018b4dd9893ab5dc756ec74bd9149cffa476d7 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:18:33 -0600 Subject: Rename additional global TQt functions --- libk3b/core/k3bcore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libk3b') 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 -- cgit v1.2.3