diff options
author | Timothy Pearson <[email protected]> | 2011-12-15 15:33:54 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-15 15:33:54 -0600 |
commit | 4614cf2e7bce250f5b9cdef409cb89330d60bb1d (patch) | |
tree | 630297f3af9c048e22b4a376bb89f8f73e582983 /src/soundkonverter.cpp | |
parent | 4e8c56f8ce07340aadde2098d909a71c645a8000 (diff) | |
download | soundkonverter-4614cf2e7bce250f5b9cdef409cb89330d60bb1d.tar.gz soundkonverter-4614cf2e7bce250f5b9cdef409cb89330d60bb1d.zip |
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'src/soundkonverter.cpp')
-rwxr-xr-x | src/soundkonverter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soundkonverter.cpp b/src/soundkonverter.cpp index 3efcfdc..a3b689e 100755 --- a/src/soundkonverter.cpp +++ b/src/soundkonverter.cpp @@ -36,7 +36,7 @@ #include <kprocess.h> #include <ksystemtray.h> -#include <tqlayout.h> +#include <layout.h> #include <tqprogressbar.h> #include <tqfont.h> #include <tqhbox.h> @@ -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 ); |