summaryrefslogtreecommitdiffstats
path: root/libk3b
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:18:33 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:18:33 -0600
commit74018b4dd9893ab5dc756ec74bd9149cffa476d7 (patch)
tree0fc73b839d9c8ec5c060dbaf38967c0a34ee567f /libk3b
parent9802750512a959e20fb62524ab24b796877b6c9f (diff)
downloadk3b-74018b4dd9893ab5dc756ec74bd9149cffa476d7.tar.gz
k3b-74018b4dd9893ab5dc756ec74bd9149cffa476d7.zip
Rename additional global TQt functions
Diffstat (limited to 'libk3b')
-rw-r--r--libk3b/core/k3bcore.cpp2
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