diff options
Diffstat (limited to 'kchart/kchartBackgroundPixmapConfigPage.cpp')
| -rw-r--r-- | kchart/kchartBackgroundPixmapConfigPage.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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); } } |
