From 4faf11eccc5f08d2aa0540157d6eff80b7cdb02a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:33:46 -0600 Subject: Rename a number of old tq methods that are no longer tq specific --- src/gui/studio/MidiMixerWindow.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/gui/studio/MidiMixerWindow.cpp') diff --git a/src/gui/studio/MidiMixerWindow.cpp b/src/gui/studio/MidiMixerWindow.cpp index 04de306..89e6d32 100644 --- a/src/gui/studio/MidiMixerWindow.cpp +++ b/src/gui/studio/MidiMixerWindow.cpp @@ -24,7 +24,7 @@ #include "MidiMixerWindow.h" -#include +#include #include "sound/Midi.h" #include @@ -178,7 +178,7 @@ MidiMixerWindow::setupTabs() // //TQLabel *label = new TQLabel(TQString("%1 %2"). //arg(strtoqstr(dev->getName())) - //.tqarg(i18n("MIDI Mixer")), m_tabFrame); + //.arg(i18n("MIDI Mixer")), m_tabFrame); TQLabel *label = new TQLabel("", m_tabFrame); mainLayout->addMultiCellWidget(label, 0, 0, 0, 16, TQt::AlignCenter); @@ -306,8 +306,8 @@ MidiMixerWindow::setupTabs() faderCount++; } - TQString name = TQString("%1 (%2)").tqarg(strtoqstr(dev->getName())) - .tqarg(deviceCount++); + TQString name = TQString("%1 (%2)").arg(strtoqstr(dev->getName())) + .arg(deviceCount++); addTab(m_tabFrame, name); } -- cgit v1.2.1