summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/tdmtheme.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tdmtheme.cpp b/src/tdmtheme.cpp
index a451eb4..36973ee 100644
--- a/src/tdmtheme.cpp
+++ b/src/tdmtheme.cpp
@@ -307,7 +307,7 @@ void TDMThemeWidget::installNewTheme()
return;
}
- TQList<KArchiveDirectory> foundThemes;
+ TQPtrList<KArchiveDirectory> foundThemes;
KTar archive( themeTmpFile );
archive.open( IO_ReadOnly );