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

This reverts commit 0a3fe9823e.
pull/1/head
Timothy Pearson 13 years ago
parent 0a3fe9823e
commit 1c9e9f6346

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

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

Loading…
Cancel
Save