| 24 #include <QPushButton> |
24 #include <QPushButton> |
| 25 #include "download.h" |
25 #include "download.h" |
| 26 #include "ui_downloadfrom.h" |
26 #include "ui_downloadfrom.h" |
| 27 #include "types.h" |
27 #include "types.h" |
| 28 #include "gui.h" |
28 #include "gui.h" |
| 29 #include "build/moc_download.cpp" |
29 #include "moc_download.cxx" |
| 30 #include "file.h" |
30 #include "file.h" |
| 31 #include "gldraw.h" |
31 #include "gldraw.h" |
| 32 |
32 |
| 33 cfg (String, net_downloadpath, ""); |
33 cfg (String, net_downloadpath, ""); |
| 34 cfg (Bool, net_guesspaths, true); |
34 cfg (Bool, net_guesspaths, true); |