diff options
author | Timothy Pearson <[email protected]> | 2011-12-21 14:04:05 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-21 14:04:05 -0600 |
commit | ba335c4be73ee8e3ae5c6084e889c003825cda44 (patch) | |
tree | b3ce82a1c188b28ea94aa84c32db082c3434fc79 /src/k3baudioplayer.cpp | |
parent | 5183781c5dddd8447b308c24b2d7f9257bd0bcad (diff) | |
download | k3b-ba335c4be73ee8e3ae5c6084e889c003825cda44.tar.gz k3b-ba335c4be73ee8e3ae5c6084e889c003825cda44.zip |
Rename obsolete tq methods to standard names
Diffstat (limited to 'src/k3baudioplayer.cpp')
-rw-r--r-- | src/k3baudioplayer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/k3baudioplayer.cpp b/src/k3baudioplayer.cpp index ddc960b..a44a368 100644 --- a/src/k3baudioplayer.cpp +++ b/src/k3baudioplayer.cpp @@ -194,7 +194,7 @@ K3bAudioPlayer::K3bAudioPlayer( TQWidget* parent, const char* name ) m_updateTimer = new TQTimer( this ); // ------------------------------------------------------------------------ - // tqlayout + // layout // ------------------------------------------------------------------------ TQGridLayout* grid = new TQGridLayout( this ); grid->setSpacing( 2 ); |