Rename additional global TQt functions

pull/1/head
Timothy Pearson 12 years ago
parent 9802750512
commit 74018b4dd9

@ -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

@ -114,7 +114,7 @@ void K3bDebuggingOutputDialog::clear()
addOutput( "System", "K3b Version: " + k3bcore->version() );
addOutput( "System", "KDE Version: " + TQString(KDE::versionString()) );
addOutput( "System", "QT Version: " + TQString(qVersion()) );
addOutput( "System", "QT Version: " + TQString(tqVersion()) );
addOutput( "System", "Kernel: " + K3b::kernelVersion() );
// devices in the logfile

@ -42,7 +42,7 @@ bool K3bDebuggingOutputFile::open()
addOutput( "System", "K3b Version: " + k3bcore->version() );
addOutput( "System", "KDE Version: " + TQString(KDE::versionString()) );
addOutput( "System", "QT Version: " + TQString(qVersion()) );
addOutput( "System", "QT Version: " + TQString(tqVersion()) );
addOutput( "System", "Kernel: " + K3b::kernelVersion() );
// devices in the logfile

Loading…
Cancel
Save