summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:57:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:57:43 -0600
commit1c9e9f6346a4467deba42774233bdca04dd999fe (patch)
tree4206545a187c2832ebfb7e976b4a31f9b480d323
parent0a3fe9823ebc549aeb113564c1a7b68699e446ed (diff)
downloadtdesudo-1c9e9f63.tar.gz
tdesudo-1c9e9f63.zip
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 0a3fe9823ebc549aeb113564c1a7b68699e446ed.
-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 e51e0df..435904f 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.arg(generic));
+ setPrompt(defaultComment.tqarg(generic));
else
- setPrompt(defaultComment.arg(cmd));
+ setPrompt(defaultComment.tqarg(cmd));
}
else
setPrompt(comment);
diff --git a/tdesudo/tdesudo.h b/tdesudo/tdesudo.h
index 1b94414..7b80646 100644
--- a/tdesudo/tdesudo.h
+++ b/tdesudo/tdesudo.h
@@ -29,7 +29,7 @@
#include <tqwidget.h>
#include <kpassdlg.h>
#include <tqstring.h>
-#include <textcodec.h>
+#include <tqtextcodec.h>
#include <kprocess.h>
class KCookie;