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 --- kfloppy/floppy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kfloppy/floppy.cpp') diff --git a/kfloppy/floppy.cpp b/kfloppy/floppy.cpp index a89d18f..f749a70 100644 --- a/kfloppy/floppy.cpp +++ b/kfloppy/floppy.cpp @@ -497,7 +497,7 @@ void FloppyData::format(){ if (KMessageBox::warningContinueCancel( this, i18n("Formatting will erase all data on the device:
%1
" "(Please check the correctness of the device name.)
" - "Are you sure you wish to proceed?
").tqarg( currentComboBoxDevice ) + "Are you sure you wish to proceed?").arg( currentComboBoxDevice ) , i18n("Proceed?") ) != KMessageBox::Continue) { return; -- cgit v1.2.3