File kamix.diff of Package kamix
--- kamix.cpp~ 2004-03-19 19:32:49.000000000 +0100
+++ kamix.cpp 2004-03-19 19:32:49.000000000 +0100
@@ -83,7 +83,7 @@
menu->insertItem (SmallIcon ("exit"), i18n("&Quit"), this,
SLOT (slot_quit ()));
- masterBox = new MasterBox(0, "masterBox", Qt::WStyle_Customize | Qt::WStyle_Splash);
+ masterBox = new MasterBox(0, "masterBox", Qt::WType_Popup);
masterBox->hide();
masterMixer = new Mixer(ctl_name, xml_name, 1, masterBox);
timer = new QTimer(this);
@@ -193,7 +193,7 @@
delete masterBox;
}
- masterBox = new MasterBox(0, "masterBox", Qt::WStyle_Customize | Qt::WStyle_Splash);
+ masterBox = new MasterBox(0, "masterBox", Qt::WType_Popup);
qs = menu->text(id);
// fprintf(stderr, "id = %d, qs = %s\n", id, qs.latin1());
// printf("menu->text(%d): %s\n", id, qs.latin1());