diff options
Diffstat (limited to 'src/modules/theme/managementdialog.cpp')
| -rw-r--r-- | src/modules/theme/managementdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/theme/managementdialog.cpp b/src/modules/theme/managementdialog.cpp index e72ede3d6..cef417909 100644 --- a/src/modules/theme/managementdialog.cpp +++ b/src/modules/theme/managementdialog.cpp @@ -262,7 +262,7 @@ void KviThemeManagementDialog::cleanup() void KviThemeManagementDialog::packTheme() { - KviPtrList<KviThemeInfo> dl; + KviPointerList<KviThemeInfo> dl; dl.setAutoDelete(false); for(KviThemeListBoxItem * it = (KviThemeListBoxItem *)m_pListBox->firstItem();it;it = (KviThemeListBoxItem *)it->next()) { |
