Mercurial > hg > svgui
diff widgets/widgets.pro @ 529:3228b7913aa4
* Pull out the widgetry part of FileFinder into widgets/InteractiveFileFinder
(essentially this is just to avoid a dependency from data/fileio to widgets/
which is problematic for non-gui programs)
author | Chris Cannam |
---|---|
date | Fri, 27 Mar 2009 16:25:52 +0000 |
parents | 44f391ec2172 |
children |
line wrap: on
line diff
--- a/widgets/widgets.pro Fri Mar 27 13:10:01 2009 +0000 +++ b/widgets/widgets.pro Fri Mar 27 16:25:52 2009 +0000 @@ -21,7 +21,7 @@ CommandHistory.h \ CSVFormatDialog.h \ Fader.h \ - FileFinder.h \ + InteractiveFileFinder.h \ IconLoader.h \ ImageDialog.h \ ItemEditDialog.h \ @@ -58,7 +58,7 @@ CommandHistory.cpp \ CSVFormatDialog.cpp \ Fader.cpp \ - FileFinder.cpp \ + InteractiveFileFinder.cpp \ IconLoader.cpp \ ImageDialog.cpp \ ItemEditDialog.cpp \