#include int main(int argc, char **argv) { PrintDialog *dlg = new PrintDialog(50, 50, 278, 200); dlg->show(argc, argv); Fl::run(); return 0; }