diff options
author | Timothy Pearson <[email protected]> | 2012-03-01 13:18:33 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-03-01 13:18:33 -0600 |
commit | 74018b4dd9893ab5dc756ec74bd9149cffa476d7 (patch) | |
tree | 0fc73b839d9c8ec5c060dbaf38967c0a34ee567f /src/k3bdebuggingoutputfile.cpp | |
parent | 9802750512a959e20fb62524ab24b796877b6c9f (diff) | |
download | k3b-74018b4dd9893ab5dc756ec74bd9149cffa476d7.tar.gz k3b-74018b4dd9893ab5dc756ec74bd9149cffa476d7.zip |
Rename additional global TQt functions
Diffstat (limited to 'src/k3bdebuggingoutputfile.cpp')
-rw-r--r-- | src/k3bdebuggingoutputfile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/k3bdebuggingoutputfile.cpp b/src/k3bdebuggingoutputfile.cpp index b33c228..81df765 100644 --- a/src/k3bdebuggingoutputfile.cpp +++ b/src/k3bdebuggingoutputfile.cpp @@ -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 |