From dcc4dc7a89e5f5f7fb4217815b892f4b0106d5a0 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 24 Nov 2023 10:47:46 +0900 Subject: Replaced various '#define' with actual strings - part 3 Signed-off-by: Michele Calgaro --- kchart/kchartBackgroundPixmapConfigPage.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kchart/kchartBackgroundPixmapConfigPage.cpp') diff --git a/kchart/kchartBackgroundPixmapConfigPage.cpp b/kchart/kchartBackgroundPixmapConfigPage.cpp index c92131166..01e7a67fb 100644 --- a/kchart/kchartBackgroundPixmapConfigPage.cpp +++ b/kchart/kchartBackgroundPixmapConfigPage.cpp @@ -213,7 +213,7 @@ void KChartBackgroundPixmapConfigPage::loadWallpaperFilesList() canLoadScaleable = true; #endif if ( fileConfig.readEntry("ImageType") == "pixmap" || canLoadScaleable ) { - papers[lrs] = tqMakePair(rs, directory + fileName); + papers[lrs] = qMakePair(rs, directory + fileName); files.append(directory + fileName); } } @@ -254,7 +254,7 @@ void KChartBackgroundPixmapConfigPage::loadWallpaperFilesList() rs = imageCaption + " (" + TQString::number(n) + ')'; lrs = rs.lower(); } - papers[lrs] = tqMakePair(rs, *it); + papers[lrs] = qMakePair(rs, *it); } } -- cgit v1.2.3