while (<>) { 
	s/gtk_button_new_with_label/gtk_licq_button/;
	s/_\(\"licq-(.*?)\"\)/GTK_LICQ_BUTTON_\U$1\E/; 
	print;
}
