/*
*/
/*!   \page fileiconview-example.html
  \ingroup examples
  \title Simple Filemanager
  This example implements a simple and not fully functional file manager using
  a widget derived from TQIconView to display the current directory.
  To display the directory tree the
  widget written in the dirview example is
  used.
  
  Header file of the file icon view:
  \include fileiconview/tqfileiconview.h
  
  Implementation of the file icon view:
  \include fileiconview/tqfileiconview.cpp
  
  Header file of the main window:
  \include fileiconview/mainwindow.h
  
  Implementation of the main window:
  \include fileiconview/mainwindow.cpp
  
  Main:
  \include fileiconview/main.cpp
*/