summaryrefslogtreecommitdiffstats
path: root/src/soundkonverter.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:57:41 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:57:41 -0600
commitef9e895fa20a6118dacbd997a1ed7486e14b8ec6 (patch)
tree1a4f00ea9a3840933a87b3447a923222e53d092c /src/soundkonverter.cpp
parent4614cf2e7bce250f5b9cdef409cb89330d60bb1d (diff)
downloadsoundkonverter-ef9e895fa20a6118dacbd997a1ed7486e14b8ec6.tar.gz
soundkonverter-ef9e895fa20a6118dacbd997a1ed7486e14b8ec6.zip
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 4614cf2e7bce250f5b9cdef409cb89330d60bb1d.
Diffstat (limited to 'src/soundkonverter.cpp')
-rwxr-xr-xsrc/soundkonverter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soundkonverter.cpp b/src/soundkonverter.cpp
index a3b689e..3efcfdc 100755
--- a/src/soundkonverter.cpp
+++ b/src/soundkonverter.cpp
@@ -36,7 +36,7 @@
#include <kprocess.h>
#include <ksystemtray.h>
-#include <layout.h>
+#include <tqlayout.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 layout for the add combobutton to the grid
+ // add a horizontal box tqlayout for the add combobutton to the grid
TQHBoxLayout *addBox = new TQHBoxLayout( -1, "addBox" );
gridLayout->addLayout( addBox, 2, 0 );