diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:18:33 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:18:33 -0600 |
commit | 74018b4dd9893ab5dc756ec74bd9149cffa476d7 (patch) | |
tree | 0fc73b839d9c8ec5c060dbaf38967c0a34ee567f /libk3b | |
parent | 9802750512a959e20fb62524ab24b796877b6c9f (diff) | |
download | k3b-74018b4dd9893ab5dc756ec74bd9149cffa476d7.tar.gz k3b-74018b4dd9893ab5dc756ec74bd9149cffa476d7.zip |
Rename additional global TQt functions
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 |