1 2 3 4 5 6 7 8
#ifndef PLUGIN_PATHS_H #define PLUGIN_PATHS_H #include <tqstringlist.h> extern TQStringList getSearchPaths(); #endif