Rename a number of old tq methods that are no longer tq specific

pull/1/head
Timothy Pearson 13 years ago
parent d438d8213e
commit 0a3fe9823e

@ -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);

@ -29,7 +29,7 @@
#include <tqwidget.h>
#include <kpassdlg.h>
#include <tqstring.h>
#include <tqtextcodec.h>
#include <textcodec.h>
#include <kprocess.h>
class KCookie;

Loading…
Cancel
Save