Remove additional unneeded tq method conversions

pull/1/head
Timothy Pearson 13 years ago
parent 1c9e9f6346
commit 19604f9fc4

@ -308,9 +308,9 @@ KdeSudo::KdeSudo(TQWidget *parent, const char *name,const TQString& icon, const
if (comment.isEmpty())
{
if (!generic.isEmpty())
setPrompt(defaultComment.tqarg(generic));
setPrompt(defaultComment.arg(generic));
else
setPrompt(defaultComment.tqarg(cmd));
setPrompt(defaultComment.arg(cmd));
}
else
setPrompt(comment);

Loading…
Cancel
Save