#include /*#ifdef __FreeBSD__ #include #endif*/ #include #include #include #include //#include #include "MainUI.h" #include #include int main(int argc, char ** argv) { QStringList in; for(int i=1; iname(); MainUI w; //QObject::connect(&a, SIGNAL(messageReceived(const QString&)), &w, SLOT(slotSingleInstance(const QString&)) ); QObject::connect(&themes, SIGNAL(updateIcons()), &w, SLOT(setupIcons()) ); w.OpenDirs(in); w.show(); int retCode = a.exec(); return retCode; }