@ -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));
}
setPrompt(comment);
@ -29,7 +29,7 @@
#include <tqwidget.h>
#include <kpassdlg.h>
#include <tqstring.h>
#include <tqtextcodec.h>
#include <textcodec.h>
#include <kprocess.h>
class KCookie;