From 0a3fe9823ebc549aeb113564c1a7b68699e446ed Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:34:04 -0600 Subject: [PATCH] Rename a number of old tq methods that are no longer tq specific --- 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 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 #include #include -#include +#include #include class KCookie;