summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:34:04 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:34:04 -0600
commit0a3fe9823ebc549aeb113564c1a7b68699e446ed (patch)
treec25c8942f9b977b2c7c31a1cab4af5196a03011d
parentd438d8213ec9e30629fd95c836dcd76fa7597c01 (diff)
downloadtdesudo-0a3fe982.tar.gz
tdesudo-0a3fe982.zip
Rename a number of old tq methods that are no longer tq specific
-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;