From c2637a0da6d9a1c8626ca39f8451ab3b7cda487a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:47:59 -0600 Subject: Rename a number of old tq methods that are no longer tq specific --- kdvi/infodialog.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'kdvi/infodialog.cpp') diff --git a/kdvi/infodialog.cpp b/kdvi/infodialog.cpp index 97ffef6f..4ac46810 100644 --- a/kdvi/infodialog.cpp +++ b/kdvi/infodialog.cpp @@ -10,9 +10,9 @@ #include #include #include -#include +#include #include -#include +#include #include #include #include @@ -64,17 +64,17 @@ void infoDialog::setDVIData(dvifile *dviFile) text = i18n("There is no DVI file loaded at the moment."); else { text.append(""); - text.append(TQString("").tqarg(i18n("Filename")).tqarg(dviFile->filename)); + text.append(TQString("").arg(i18n("Filename")).arg(dviFile->filename)); TQFile file(dviFile->filename); if (file.exists()) - text.append(TQString("").tqarg(i18n("File Size")).tqarg(KIO::convertSize(file.size()))); + text.append(TQString("").arg(i18n("File Size")).arg(KIO::convertSize(file.size()))); else - text.append(TQString("").tqarg(i18n("The file does no longer exist."))); + text.append(TQString("").arg(i18n("The file does no longer exist."))); text.append(TQString("")); - text.append(TQString("").tqarg(i18n("#Pages")).tqarg(dviFile->total_pages)); - text.append(TQString("").tqarg(i18n("Generator/Date")).tqarg(dviFile->generatorString)); + text.append(TQString("").arg(i18n("#Pages")).arg(dviFile->total_pages)); + text.append(TQString("").arg(i18n("Generator/Date")).arg(dviFile->generatorString)); } // else (dviFile == NULL) TextLabel1->setText( text ); -- cgit v1.2.3
%1 %2
%1 %2
%1 %2
%1 %2
%1
%1
%1 %2
%1 %2
%1 %2
%1 %2