summaryrefslogtreecommitdiffstats
path: root/kchart
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-11-24 10:47:46 +0900
committerMichele Calgaro <[email protected]>2023-11-24 10:47:46 +0900
commitdcc4dc7a89e5f5f7fb4217815b892f4b0106d5a0 (patch)
tree28dc129d7fd7fc71945338cfb4207d5a9a9dbcb0 /kchart
parent10a82ab583d7608cd9efd5fe1e76700c9d06b4c2 (diff)
downloadkoffice-dcc4dc7a89e5f5f7fb4217815b892f4b0106d5a0.tar.gz
koffice-dcc4dc7a89e5f5f7fb4217815b892f4b0106d5a0.zip
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kchart')
-rw-r--r--kchart/kchartBackgroundPixmapConfigPage.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kchart/kchartBackgroundPixmapConfigPage.cpp b/kchart/kchartBackgroundPixmapConfigPage.cpp
index c9213116..01e7a67f 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);
}
}