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 "moc_download.cxx" |
|
30 #include "file.h" |
29 #include "file.h" |
31 #include "gldraw.h" |
30 #include "gldraw.h" |
32 |
31 |
33 cfg (String, net_downloadpath, ""); |
32 cfg (String, net_downloadpath, ""); |
34 cfg (Bool, net_guesspaths, true); |
33 cfg (Bool, net_guesspaths, true); |