From 9abcf51de91242d1ab70230ba46abd2108416edf Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 3 Dec 2023 00:36:33 +0900 Subject: Replaced various '#define' with actual strings - part 5 Signed-off-by: Michele Calgaro (cherry picked from commit fb6b4d204d1155fa3a1bc7a128873340db1524f7) --- kplato/kptview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kplato') diff --git a/kplato/kptview.cpp b/kplato/kptview.cpp index 238ff733..519de080 100644 --- a/kplato/kptview.cpp +++ b/kplato/kptview.cpp @@ -985,7 +985,7 @@ void View::slotExportGantt() { TQString fn = KFileDialog::getSaveFileName( TQString(), TQString(), this ); if (!fn.isEmpty()) { TQFile f(fn); - m_ganttview->exportGantt(TQT_TQIODEVICE(&f)); + m_ganttview->exportGantt(&f); } } -- cgit v1.2.1