From 1c9e9f6346a4467deba42774233bdca04dd999fe Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 16 Dec 2011 09:57:43 -0600 Subject: [PATCH] Revert "Rename a number of old tq methods that are no longer tq specific" This reverts commit 0a3fe9823ebc549aeb113564c1a7b68699e446ed. --- tdesudo/tdesudo.cpp | 4 ++-- tdesudo/tdesudo.h | 2 +- 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 #include #include -#include +#include #include class KCookie;