summaryrefslogtreecommitdiffstats
path: root/src/optionsdetailed.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-19 11:40:56 -0600
committerTimothy Pearson <[email protected]>2011-12-19 11:40:56 -0600
commit6afce6c4bc7ea82d8644358216a72a585bffaf0a (patch)
tree4ace829a6b7d358d7d7a7a99b74891d211b8a3d5 /src/optionsdetailed.cpp
parent546e1d89596af9c0bd0176fb8812bf0faa00d9de (diff)
downloadsoundkonverter-6afce6c4bc7ea82d8644358216a72a585bffaf0a.tar.gz
soundkonverter-6afce6c4bc7ea82d8644358216a72a585bffaf0a.zip
Remove additional unneeded tq method conversions
Diffstat (limited to 'src/optionsdetailed.cpp')
-rwxr-xr-xsrc/optionsdetailed.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/optionsdetailed.cpp b/src/optionsdetailed.cpp
index aa1ad24..f959600 100755
--- a/src/optionsdetailed.cpp
+++ b/src/optionsdetailed.cpp
@@ -686,9 +686,9 @@ void OptionsDetailed::qualityChanged()
}
}
- TQToolTip::add( iQuality, i18n("This is a relative quality between 0 and 100.\nThe higher this number the higher is the quality.\nsoundKonverter will convert it into the file format's quality format.\nSee the \"What's this?\" for more informations.\n\nCurrent parameter: \"%1\"").tqarg(quality) );
+ TQToolTip::add( iQuality, i18n("This is a relative quality between 0 and 100.\nThe higher this number the higher is the quality.\nsoundKonverter will convert it into the file format's quality format.\nSee the \"What's this?\" for more informations.\n\nCurrent parameter: \"%1\"").arg(quality) );
// TQToolTip toolTip( iQuality );
-// toolTip.tip( i18n("Current parameter: \"%1\"").tqarg(quality) );
+// toolTip.tip( i18n("Current parameter: \"%1\"").arg(quality) );
}
}