From 4614cf2e7bce250f5b9cdef409cb89330d60bb1d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:33:54 -0600 Subject: Rename a number of old tq methods that are no longer tq specific --- src/optionssimple.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/optionssimple.cpp') diff --git a/src/optionssimple.cpp b/src/optionssimple.cpp index cfc4a55..cf8c73e 100755 --- a/src/optionssimple.cpp +++ b/src/optionssimple.cpp @@ -4,7 +4,7 @@ #include "convertpluginloader.h" #include "optionsdetailed.h" -#include +#include #include #include #include @@ -202,7 +202,7 @@ void OptionsSimple::profileInfo() void OptionsSimple::profileRemove() { int ret = KMessageBox::questionYesNo( this, - i18n("Do you really want to remove the profile: %1").tqarg(cProfile->currentText()), + i18n("Do you really want to remove the profile: %1").arg(cProfile->currentText()), i18n("Remove profile?") ); if( ret != KMessageBox::Yes ) return; -- cgit v1.2.3