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/DeviceEditorDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/studio/DeviceEditorDialog.cpp') diff --git a/src/gui/studio/DeviceEditorDialog.cpp b/src/gui/studio/DeviceEditorDialog.cpp index 79f0fbc..dc80ff6 100644 --- a/src/gui/studio/DeviceEditorDialog.cpp +++ b/src/gui/studio/DeviceEditorDialog.cpp @@ -145,7 +145,7 @@ DeviceEditorDialog::populate() MidiDevice *md = static_cast(*it); // if you change this string ("Device %1"), change test in slotApply - TQString deviceName = i18n("Device %1").tqarg(md->getId() + 1); + TQString deviceName = i18n("Device %1").arg(md->getId() + 1); TQString deviceLabel = strtoqstr(md->getName()); TQString connectionName = strtoqstr(md->getConnection()); -- cgit v1.2.1