SVN commit 828299 by blackie: step 1 of refactoring the import dialog A ImageRow.cpp [License: UNKNOWN] A ImageRow.h [License: UNKNOWN] D Import.cpp A Import.h [License: GPL (v2+)] A ImportDialog.cpp Import.cpp#828055 [License: GPL (v2+)] A ImportDialog.h Import.h#828055 [License: GPL (v2+)] A ImportHandler.cpp [License: UNKNOWN] A ImportHandler.h [License: UNKNOWN] M +1 -1 ImportMatcher.h --- trunk/extragear/graphics/kphotoalbum/ImportExport/ImportMatcher.h #828298:828299 @@ -48,7 +48,7 @@ QString _otherCategory; QString _myCategory; - Q3ValueList _matchers; + QList _matchers; }; }