From 7ea89afa119615e547323a7a482ea7fef8e67029 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:59:52 -0600 Subject: Remove additional unneeded tq method conversions --- klaptopdaemon/profile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'klaptopdaemon/profile.cpp') diff --git a/klaptopdaemon/profile.cpp b/klaptopdaemon/profile.cpp index 4b0d9c5..f71325f 100644 --- a/klaptopdaemon/profile.cpp +++ b/klaptopdaemon/profile.cpp @@ -213,7 +213,7 @@ ProfileConfig::ProfileConfig(TQWidget * parent, const char *name) tmp_label->setAlignment( TQt::WordBreak ); top_layout->addWidget( tmp_label ); top_layout->addStretch(1); - top_layout->addWidget( new TQLabel( i18n("Version: %1").tqarg(LAPTOP_VERSION), this), 0, TQt::AlignRight ); + top_layout->addWidget( new TQLabel( i18n("Version: %1").arg(LAPTOP_VERSION), this), 0, TQt::AlignRight ); load(); -- cgit v1.2.1