diff options
author | Timothy Pearson <[email protected]> | 2011-12-21 14:07:11 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-21 14:07:11 -0600 |
commit | 2ca843787e76f51e8c5f232518e349cfae572661 (patch) | |
tree | d8a8627213fe70f7651e9123c03bc7418c1c8b67 /src/soundkonverter.cpp | |
parent | 6afce6c4bc7ea82d8644358216a72a585bffaf0a (diff) | |
download | soundkonverter-2ca843787e76f51e8c5f232518e349cfae572661.tar.gz soundkonverter-2ca843787e76f51e8c5f232518e349cfae572661.zip |
Rename obsolete tq methods to standard names
Diffstat (limited to 'src/soundkonverter.cpp')
-rwxr-xr-x | src/soundkonverter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soundkonverter.cpp b/src/soundkonverter.cpp index 3efcfdc..dd7dcd9 100755 --- a/src/soundkonverter.cpp +++ b/src/soundkonverter.cpp @@ -222,7 +222,7 @@ soundKonverter::soundKonverter() // convert, TQT_SLOT(priorityChanged(int)) // ); - // add a horizontal box tqlayout for the add combobutton to the grid + // add a horizontal box layout for the add combobutton to the grid TQHBoxLayout *addBox = new TQHBoxLayout( -1, "addBox" ); gridLayout->addLayout( addBox, 2, 0 ); |