summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tdesudo/tdesudo.cpp4
-rw-r--r--tdesudo/tdesudo.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/tdesudo/tdesudo.cpp b/tdesudo/tdesudo.cpp
index 435904f..e51e0df 100644
--- a/tdesudo/tdesudo.cpp
+++ b/tdesudo/tdesudo.cpp
@@ -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);
diff --git a/tdesudo/tdesudo.h b/tdesudo/tdesudo.h
index 7b80646..1b94414 100644
--- a/tdesudo/tdesudo.h
+++ b/tdesudo/tdesudo.h
@@ -29,7 +29,7 @@
#include <tqwidget.h>
#include <kpassdlg.h>
#include <tqstring.h>
-#include <tqtextcodec.h>
+#include <textcodec.h>
#include <kprocess.h>
class KCookie;