From 1c93fca14d9ce37499bcfdf994c660186a0b6f17 Mon Sep 17 00:00:00 2001
From: tpearson " + about->programName() + "
";
- text += i18n( "Version %1
" + about->shortDescription() + "
" +
@@ -163,13 +163,13 @@ void AboutDialog::addLicenseText( const KAboutData *about )
TQPixmap pixmap = KGlobal::iconLoader()->loadIcon( "signature",
KIcon::Desktop, 48 );
- TQString title = i18n( "%1 License" ).arg( about->programName() );
+ TQString title = i18n( "%1 License" ).tqarg( about->programName() );
TQFrame *topFrame = addPage( title, TQString(), pixmap );
TQBoxLayout *topLayout = new TQVBoxLayout( topFrame );
KTextBrowser *textBrowser = new KTextBrowser( topFrame );
- textBrowser->setText( TQString( "
%1" ).arg( about->license() ) ); + textBrowser->setText( TQString( "
%1" ).tqarg( about->license() ) ); topLayout->addWidget( textBrowser ); } -- cgit v1.2.1