#ifndef __CUSTOM_WIDGETS_H #define __CUSTOM_WIDGETS_H class QDir; void delTree(QDir dir); #endif